Color Shades in HSL model
Color Hue Range
S (Saturation) === 0, in this case we cannot get
H (Hue) range. Cause it should be the same color, due to HSL color system.
+/- 25 grad shift for H(Hue) color axis in HSL color model.
rgb(0,245,4)
hsl(121,100%,48%)
cmyk(100,0,98,4)rgb(0,245,106)
hsl(146,100%,48%)
cmyk(100,0,57,4)rgb(0,245,208)
hsl(171,100%,48%)
cmyk(100,0,15,4)rgb(0,180,245)
hsl(196,100%,48%)
cmyk(100,27,0,4)rgb(0,78,245)
hsl(221,100%,48%)
cmyk(100,68,0,4)rgb(24,0,245)
hsl(246,100%,48%)
cmyk(90,100,0,4) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(61,151,184)
hsl(196,50%,48%)
cmyk(67,18,0,28)rgb(49,157,196)
hsl(196,60%,48%)
cmyk(75,20,0,23)rgb(37,162,208)
hsl(196,70%,48%)
cmyk(82,22,0,18)rgb(24,168,220)
hsl(196,80%,48%)
cmyk(89,24,0,14)rgb(12,174,233)
hsl(196,90%,48%)
cmyk(95,25,0,9)rgb(0,180,245)
hsl(196,100%,48%)
cmyk(100,27,0,4) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(0,67,92)
hsl(196,100%,18%)
cmyk(100,27,0,64)rgb(0,105,143)
hsl(196,100%,28%)
cmyk(100,27,0,44)rgb(0,142,194)
hsl(196,100%,38%)
cmyk(100,27,0,24)rgb(0,180,245)
hsl(196,100%,48%)
cmyk(100,27,0,4)rgb(41,198,255)
hsl(196,100%,58%)
cmyk(84,22,0,0)rgb(92,211,255)
hsl(196,100%,68%)
cmyk(64,17,0,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(0,180,243)
hsl(196,100%,48%)
cmyk(100,26,0,5)rgb(30,180,243)
hsl(198,90%,54%)
cmyk(88,26,0,5)rgb(60,180,243)
hsl(201,88%,59%)
cmyk(75,26,0,5)rgb(90,180,243)
hsl(205,86%,65%)
cmyk(63,26,0,5)rgb(120,180,243)
hsl(211,84%,71%)
cmyk(51,26,0,5)rgb(150,180,243)
hsl(221,79%,77%)
cmyk(38,26,0,5) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(0,90,243)
hsl(218,100%,48%)
cmyk(100,63,0,5)rgb(0,120,243)
hsl(210,100%,48%)
cmyk(100,51,0,5)rgb(0,150,243)
hsl(203,100%,48%)
cmyk(100,38,0,5)rgb(0,180,243)
hsl(196,100%,48%)
cmyk(100,26,0,5)rgb(0,210,243)
hsl(188,100%,48%)
cmyk(100,14,0,5)rgb(0,240,243)
hsl(181,100%,48%)
cmyk(100,1,0,5) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(0,180,105)
hsl(155,100%,35%)
cmyk(100,0,42,29)rgb(0,180,135)
hsl(165,100%,35%)
cmyk(100,0,25,29)rgb(0,180,165)
hsl(175,100%,35%)
cmyk(100,0,8,29)rgb(0,180,195)
hsl(185,100%,38%)
cmyk(100,8,0,24)rgb(0,180,225)
hsl(192,100%,44%)
cmyk(100,20,0,12)rgb(0,180,255)
hsl(198,100%,50%)
cmyk(100,29,0,0) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
rgb(121,179,242)
hsl(211,83%,71%)
cmyk(50,26,0,5)rgb(97,179,242)
hsl(206,85%,67%)
cmyk(60,26,0,5)rgb(73,179,242)
hsl(202,87%,62%)
cmyk(70,26,0,5)rgb(48,179,242)
hsl(199,88%,57%)
cmyk(80,26,0,5)rgb(24,179,242)
hsl(197,90%,52%)
cmyk(90,26,0,5)rgb(0,179,242)
hsl(196,100%,48%)
cmyk(100,26,0,5) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(0,242,242)
hsl(180,100%,48%)
cmyk(100,0,0,5)rgb(0,218,242)
hsl(186,100%,48%)
cmyk(100,10,0,5)rgb(0,194,242)
hsl(192,100%,48%)
cmyk(100,20,0,5)rgb(0,170,242)
hsl(198,100%,48%)
cmyk(100,30,0,5)rgb(0,145,242)
hsl(204,100%,48%)
cmyk(100,40,0,5)rgb(0,121,242)
hsl(210,100%,48%)
cmyk(100,50,0,5) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(0,179,242)
hsl(196,100%,48%)
cmyk(100,26,0,5)rgb(0,179,218)
hsl(191,100%,43%)
cmyk(100,18,0,15)rgb(0,179,194)
hsl(185,100%,38%)
cmyk(100,7,0,24)rgb(0,179,170)
hsl(177,100%,35%)
cmyk(100,0,5,30)rgb(0,179,145)
hsl(169,100%,35%)
cmyk(100,0,19,30)rgb(0,179,121)
hsl(161,100%,35%)
cmyk(100,0,32,30) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(0,189,255)
hsl(196,100%,50%)
cmyk(100,26,0,0)rgb(0,170,230)
hsl(196,100%,45%)
cmyk(100,26,0,10)rgb(0,151,204)
hsl(196,100%,40%)
cmyk(100,26,0,20)rgb(0,132,179)
hsl(196,100%,35%)
cmyk(100,26,0,30)rgb(0,113,153)
hsl(196,100%,30%)
cmyk(100,26,0,40)rgb(0,94,128)
hsl(196,100%,25%)
cmyk(100,26,0,50)