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(24,204,0)
hsl(113,100%,40%)
cmyk(88,0,100,20)rgb(0,204,61)
hsl(138,100%,40%)
cmyk(100,0,70,20)rgb(0,204,146)
hsl(163,100%,40%)
cmyk(100,0,28,20)rgb(0,177,204)
hsl(188,100%,40%)
cmyk(100,13,0,20)rgb(0,92,204)
hsl(213,100%,40%)
cmyk(100,55,0,20)rgb(0,7,204)
hsl(238,100%,40%)
cmyk(100,97,0,20) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(51,139,153)
hsl(188,50%,40%)
cmyk(67,9,0,40)rgb(41,147,163)
hsl(188,60%,40%)
cmyk(75,10,0,36)rgb(31,154,173)
hsl(188,70%,40%)
cmyk(82,11,0,32)rgb(20,162,184)
hsl(188,80%,40%)
cmyk(89,12,0,28)rgb(10,169,194)
hsl(188,90%,40%)
cmyk(95,13,0,24)rgb(0,177,204)
hsl(188,100%,40%)
cmyk(100,13,0,20) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(0,44,51)
hsl(188,100%,10%)
cmyk(100,13,0,80)rgb(0,88,102)
hsl(188,100%,20%)
cmyk(100,13,0,60)rgb(0,133,153)
hsl(188,100%,30%)
cmyk(100,13,0,40)rgb(0,177,204)
hsl(188,100%,40%)
cmyk(100,13,0,20)rgb(0,221,255)
hsl(188,100%,50%)
cmyk(100,13,0,0)rgb(51,228,255)
hsl(188,100%,60%)
cmyk(80,11,0,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(0,177,203)
hsl(188,100%,40%)
cmyk(100,13,0,20)rgb(30,177,203)
hsl(189,74%,46%)
cmyk(85,13,0,20)rgb(60,177,203)
hsl(191,58%,52%)
cmyk(70,13,0,20)rgb(90,177,203)
hsl(194,52%,57%)
cmyk(56,13,0,20)rgb(120,177,203)
hsl(199,44%,63%)
cmyk(41,13,0,20)rgb(150,177,203)
hsl(209,34%,69%)
cmyk(26,13,0,20) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(0,87,203)
hsl(214,100%,40%)
cmyk(100,57,0,20)rgb(0,117,203)
hsl(205,100%,40%)
cmyk(100,42,0,20)rgb(0,147,203)
hsl(197,100%,40%)
cmyk(100,28,0,20)rgb(0,177,203)
hsl(188,100%,40%)
cmyk(100,13,0,20)rgb(0,207,203)
hsl(179,100%,41%)
cmyk(100,0,2,19)rgb(0,237,203)
hsl(171,100%,46%)
cmyk(100,0,14,7) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(0,177,105)
hsl(156,100%,35%)
cmyk(100,0,41,31)rgb(0,177,135)
hsl(166,100%,35%)
cmyk(100,0,24,31)rgb(0,177,165)
hsl(176,100%,35%)
cmyk(100,0,7,31)rgb(0,177,195)
hsl(186,100%,38%)
cmyk(100,9,0,24)rgb(0,177,225)
hsl(193,100%,44%)
cmyk(100,21,0,12)rgb(0,177,255)
hsl(198,100%,50%)
cmyk(100,31,0,0) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
rgb(102,177,204)
hsl(196,50%,60%)
cmyk(50,13,0,20)rgb(82,177,204)
hsl(193,55%,56%)
cmyk(60,13,0,20)rgb(61,177,204)
hsl(191,58%,52%)
cmyk(70,13,0,20)rgb(41,177,204)
hsl(190,67%,48%)
cmyk(80,13,0,20)rgb(20,177,204)
hsl(189,82%,44%)
cmyk(90,13,0,20)rgb(0,177,204)
hsl(188,100%,40%)
cmyk(100,13,0,20) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(0,204,204)
hsl(180,100%,40%)
cmyk(100,0,0,20)rgb(0,184,204)
hsl(186,100%,40%)
cmyk(100,10,0,20)rgb(0,163,204)
hsl(192,100%,40%)
cmyk(100,20,0,20)rgb(0,143,204)
hsl(198,100%,40%)
cmyk(100,30,0,20)rgb(0,122,204)
hsl(204,100%,40%)
cmyk(100,40,0,20)rgb(0,102,204)
hsl(210,100%,40%)
cmyk(100,50,0,20) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(0,177,204)
hsl(188,100%,40%)
cmyk(100,13,0,20)rgb(0,177,184)
hsl(182,100%,36%)
cmyk(100,3,0,28)rgb(0,177,163)
hsl(175,100%,35%)
cmyk(100,0,8,30)rgb(0,177,143)
hsl(168,100%,35%)
cmyk(100,0,20,30)rgb(0,177,122)
hsl(161,100%,35%)
cmyk(100,0,31,30)rgb(0,177,102)
hsl(154,100%,35%)
cmyk(100,0,43,30) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(0,222,255)
hsl(188,100%,50%)
cmyk(100,13,0,0)rgb(0,200,230)
hsl(188,100%,45%)
cmyk(100,13,0,10)rgb(0,177,204)
hsl(188,100%,40%)
cmyk(100,13,0,20)rgb(0,155,179)
hsl(188,100%,35%)
cmyk(100,13,0,30)rgb(0,133,153)
hsl(188,100%,30%)
cmyk(100,13,0,40)rgb(0,111,128)
hsl(188,100%,25%)
cmyk(100,13,0,50)