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,255,9)
hsl(122,100%,50%)
cmyk(100,0,97,0)rgb(0,255,115)
hsl(147,100%,50%)
cmyk(100,0,55,0)rgb(0,255,221)
hsl(172,100%,50%)
cmyk(100,0,13,0)rgb(0,183,255)
hsl(197,100%,50%)
cmyk(100,28,0,0)rgb(0,76,255)
hsl(222,100%,50%)
cmyk(100,70,0,0)rgb(30,0,255)
hsl(247,100%,50%)
cmyk(88,100,0,0) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(64,155,191)
hsl(197,50%,50%)
cmyk(67,19,0,25)rgb(51,161,204)
hsl(197,60%,50%)
cmyk(75,21,0,20)rgb(38,166,217)
hsl(197,70%,50%)
cmyk(82,23,0,15)rgb(25,172,230)
hsl(197,80%,50%)
cmyk(89,25,0,10)rgb(13,177,242)
hsl(197,90%,50%)
cmyk(95,27,0,5)rgb(0,183,255)
hsl(197,100%,50%)
cmyk(100,28,0,0) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(0,73,102)
hsl(197,100%,20%)
cmyk(100,28,0,60)rgb(0,110,153)
hsl(197,100%,30%)
cmyk(100,28,0,40)rgb(0,146,204)
hsl(197,100%,40%)
cmyk(100,28,0,20)rgb(0,183,255)
hsl(197,100%,50%)
cmyk(100,28,0,0)rgb(51,197,255)
hsl(197,100%,60%)
cmyk(80,23,0,0)rgb(102,212,255)
hsl(197,100%,70%)
cmyk(60,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,253)
hsl(197,100%,50%)
cmyk(100,29,0,1)rgb(30,180,253)
hsl(200,98%,55%)
cmyk(88,29,0,1)rgb(60,180,253)
hsl(203,98%,61%)
cmyk(76,29,0,1)rgb(90,180,253)
hsl(207,98%,67%)
cmyk(64,29,0,1)rgb(120,180,253)
hsl(213,97%,73%)
cmyk(53,29,0,1)rgb(150,180,253)
hsl(223,96%,79%)
cmyk(41,29,0,1) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(0,90,253)
hsl(219,100%,50%)
cmyk(100,64,0,1)rgb(0,120,253)
hsl(212,100%,50%)
cmyk(100,53,0,1)rgb(0,150,253)
hsl(204,100%,50%)
cmyk(100,41,0,1)rgb(0,180,253)
hsl(197,100%,50%)
cmyk(100,29,0,1)rgb(0,210,253)
hsl(190,100%,50%)
cmyk(100,17,0,1)rgb(0,240,253)
hsl(183,100%,50%)
cmyk(100,5,0,1) 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(126,179,252)
hsl(215,96%,74%)
cmyk(50,29,0,1)rgb(101,179,252)
hsl(209,97%,69%)
cmyk(60,29,0,1)rgb(76,179,252)
hsl(205,97%,64%)
cmyk(70,29,0,1)rgb(50,179,252)
hsl(202,98%,59%)
cmyk(80,29,0,1)rgb(25,179,252)
hsl(199,98%,54%)
cmyk(90,29,0,1)rgb(0,179,252)
hsl(197,100%,50%)
cmyk(100,29,0,1) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(0,252,252)
hsl(180,100%,50%)
cmyk(100,0,0,1)rgb(0,227,252)
hsl(186,100%,50%)
cmyk(100,10,0,1)rgb(0,202,252)
hsl(192,100%,50%)
cmyk(100,20,0,1)rgb(0,177,252)
hsl(198,100%,50%)
cmyk(100,30,0,1)rgb(0,151,252)
hsl(204,100%,50%)
cmyk(100,40,0,1)rgb(0,126,252)
hsl(210,100%,50%)
cmyk(100,50,0,1) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(0,179,252)
hsl(197,100%,50%)
cmyk(100,29,0,1)rgb(0,179,227)
hsl(193,100%,45%)
cmyk(100,21,0,11)rgb(0,179,202)
hsl(187,100%,40%)
cmyk(100,11,0,21)rgb(0,179,177)
hsl(179,100%,35%)
cmyk(100,0,1,30)rgb(0,179,151)
hsl(171,100%,35%)
cmyk(100,0,15,30)rgb(0,179,126)
hsl(162,100%,35%)
cmyk(100,0,30,30) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(0,181,255)
hsl(197,100%,50%)
cmyk(100,29,0,0)rgb(0,163,230)
hsl(197,100%,45%)
cmyk(100,29,0,10)rgb(0,145,204)
hsl(197,100%,40%)
cmyk(100,29,0,20)rgb(0,127,179)
hsl(197,100%,35%)
cmyk(100,29,0,30)rgb(0,109,153)
hsl(197,100%,30%)
cmyk(100,29,0,40)rgb(0,91,128)
hsl(197,100%,25%)
cmyk(100,29,0,50)