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,240,4)
hsl(121,100%,47%)
cmyk(100,0,98,6)rgb(0,240,104)
hsl(146,100%,47%)
cmyk(100,0,57,6)rgb(0,240,204)
hsl(171,100%,47%)
cmyk(100,0,15,6)rgb(0,176,240)
hsl(196,100%,47%)
cmyk(100,27,0,6)rgb(0,76,240)
hsl(221,100%,47%)
cmyk(100,68,0,6)rgb(24,0,240)
hsl(246,100%,47%)
cmyk(90,100,0,6) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(60,148,180)
hsl(196,50%,47%)
cmyk(67,18,0,30)rgb(48,153,192)
hsl(196,60%,47%)
cmyk(75,20,0,25)rgb(36,159,204)
hsl(196,70%,47%)
cmyk(82,22,0,20)rgb(24,165,216)
hsl(196,80%,47%)
cmyk(89,24,0,15)rgb(12,170,228)
hsl(196,90%,47%)
cmyk(95,25,0,11)rgb(0,176,240)
hsl(196,100%,47%)
cmyk(100,27,0,6) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(0,64,87)
hsl(196,100%,17%)
cmyk(100,27,0,66)rgb(0,101,138)
hsl(196,100%,27%)
cmyk(100,27,0,46)rgb(0,138,189)
hsl(196,100%,37%)
cmyk(100,27,0,26)rgb(0,176,240)
hsl(196,100%,47%)
cmyk(100,27,0,6)rgb(36,197,255)
hsl(196,100%,57%)
cmyk(86,23,0,0)rgb(87,210,255)
hsl(196,100%,67%)
cmyk(66,18,0,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(0,179,242)
hsl(196,100%,47%)
cmyk(100,26,0,5)rgb(30,179,242)
hsl(198,89%,53%)
cmyk(88,26,0,5)rgb(60,179,242)
hsl(201,87%,59%)
cmyk(75,26,0,5)rgb(90,179,242)
hsl(205,85%,65%)
cmyk(63,26,0,5)rgb(120,179,242)
hsl(211,82%,71%)
cmyk(50,26,0,5)rgb(150,179,242)
hsl(221,78%,77%)
cmyk(38,26,0,5) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(0,89,242)
hsl(218,100%,47%)
cmyk(100,63,0,5)rgb(0,119,242)
hsl(210,100%,47%)
cmyk(100,51,0,5)rgb(0,149,242)
hsl(203,100%,47%)
cmyk(100,38,0,5)rgb(0,179,242)
hsl(196,100%,47%)
cmyk(100,26,0,5)rgb(0,209,242)
hsl(188,100%,47%)
cmyk(100,14,0,5)rgb(0,239,242)
hsl(181,100%,47%)
cmyk(100,1,0,5) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(0,179,105)
hsl(155,100%,35%)
cmyk(100,0,41,30)rgb(0,179,135)
hsl(165,100%,35%)
cmyk(100,0,25,30)rgb(0,179,165)
hsl(175,100%,35%)
cmyk(100,0,8,30)rgb(0,179,195)
hsl(185,100%,38%)
cmyk(100,8,0,24)rgb(0,179,225)
hsl(192,100%,44%)
cmyk(100,20,0,12)rgb(0,179,255)
hsl(198,100%,50%)
cmyk(100,30,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)