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,176,205)
hsl(188,100%,40%)
cmyk(100,14,0,20)rgb(30,176,205)
hsl(190,74%,46%)
cmyk(85,14,0,20)rgb(60,176,205)
hsl(192,59%,52%)
cmyk(71,14,0,20)rgb(90,176,205)
hsl(195,53%,58%)
cmyk(56,14,0,20)rgb(120,176,205)
hsl(200,46%,64%)
cmyk(41,14,0,20)rgb(150,176,205)
hsl(212,35%,70%)
cmyk(27,14,0,20) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(0,86,205)
hsl(215,100%,40%)
cmyk(100,58,0,20)rgb(0,116,205)
hsl(206,100%,40%)
cmyk(100,43,0,20)rgb(0,146,205)
hsl(197,100%,40%)
cmyk(100,29,0,20)rgb(0,176,205)
hsl(188,100%,40%)
cmyk(100,14,0,20)rgb(0,206,205)
hsl(180,100%,40%)
cmyk(100,0,0,19)rgb(0,236,205)
hsl(172,100%,46%)
cmyk(100,0,13,7) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(0,176,105)
hsl(156,100%,35%)
cmyk(100,0,40,31)rgb(0,176,135)
hsl(166,100%,35%)
cmyk(100,0,23,31)rgb(0,176,165)
hsl(176,100%,35%)
cmyk(100,0,6,31)rgb(0,176,195)
hsl(186,100%,38%)
cmyk(100,10,0,24)rgb(0,176,225)
hsl(193,100%,44%)
cmyk(100,22,0,12)rgb(0,176,255)
hsl(199,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,175,204)
hsl(197,50%,60%)
cmyk(50,14,0,20)rgb(82,175,204)
hsl(194,55%,56%)
cmyk(60,14,0,20)rgb(61,175,204)
hsl(192,58%,52%)
cmyk(70,14,0,20)rgb(41,175,204)
hsl(191,67%,48%)
cmyk(80,14,0,20)rgb(20,175,204)
hsl(189,82%,44%)
cmyk(90,14,0,20)rgb(0,175,204)
hsl(188,100%,40%)
cmyk(100,14,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,175,204)
hsl(188,100%,40%)
cmyk(100,14,0,20)rgb(0,175,184)
hsl(183,100%,36%)
cmyk(100,4,0,28)rgb(0,175,163)
hsl(176,100%,34%)
cmyk(100,0,7,31)rgb(0,175,143)
hsl(169,100%,34%)
cmyk(100,0,19,31)rgb(0,175,122)
hsl(162,100%,34%)
cmyk(100,0,30,31)rgb(0,175,102)
hsl(155,100%,34%)
cmyk(100,0,42,31) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(0,219,255)
hsl(188,100%,50%)
cmyk(100,14,0,0)rgb(0,197,230)
hsl(188,100%,45%)
cmyk(100,14,0,10)rgb(0,175,204)
hsl(188,100%,40%)
cmyk(100,14,0,20)rgb(0,154,179)
hsl(188,100%,35%)
cmyk(100,14,0,30)rgb(0,132,153)
hsl(188,100%,30%)
cmyk(100,14,0,40)rgb(0,110,128)
hsl(188,100%,25%)
cmyk(100,14,0,50)