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,250,8)
hsl(122,100%,49%)
cmyk(100,0,97,2)rgb(0,250,112)
hsl(147,100%,49%)
cmyk(100,0,55,2)rgb(0,250,217)
hsl(172,100%,49%)
cmyk(100,0,13,2)rgb(0,179,250)
hsl(197,100%,49%)
cmyk(100,28,0,2)rgb(0,75,250)
hsl(222,100%,49%)
cmyk(100,70,0,2)rgb(29,0,250)
hsl(247,100%,49%)
cmyk(88,100,0,2) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(62,152,187)
hsl(197,50%,49%)
cmyk(67,19,0,27)rgb(50,157,200)
hsl(197,60%,49%)
cmyk(75,21,0,22)rgb(37,163,212)
hsl(197,70%,49%)
cmyk(82,23,0,17)rgb(25,168,225)
hsl(197,80%,49%)
cmyk(89,25,0,12)rgb(12,174,237)
hsl(197,90%,49%)
cmyk(95,27,0,7)rgb(0,179,250)
hsl(197,100%,49%)
cmyk(100,28,0,2) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(0,69,97)
hsl(197,100%,19%)
cmyk(100,28,0,62)rgb(0,106,148)
hsl(197,100%,29%)
cmyk(100,28,0,42)rgb(0,143,199)
hsl(197,100%,39%)
cmyk(100,28,0,22)rgb(0,179,250)
hsl(197,100%,49%)
cmyk(100,28,0,2)rgb(46,196,255)
hsl(197,100%,59%)
cmyk(82,23,0,0)rgb(97,210,255)
hsl(197,100%,69%)
cmyk(62,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,250)
hsl(197,100%,49%)
cmyk(100,28,0,2)rgb(30,179,250)
hsl(199,96%,55%)
cmyk(88,28,0,2)rgb(60,179,250)
hsl(202,95%,61%)
cmyk(76,28,0,2)rgb(90,179,250)
hsl(207,94%,67%)
cmyk(64,28,0,2)rgb(120,179,250)
hsl(213,93%,73%)
cmyk(52,28,0,2)rgb(150,179,250)
hsl(223,91%,78%)
cmyk(40,28,0,2) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(0,89,250)
hsl(219,100%,49%)
cmyk(100,64,0,2)rgb(0,119,250)
hsl(211,100%,49%)
cmyk(100,52,0,2)rgb(0,149,250)
hsl(204,100%,49%)
cmyk(100,40,0,2)rgb(0,179,250)
hsl(197,100%,49%)
cmyk(100,28,0,2)rgb(0,209,250)
hsl(190,100%,49%)
cmyk(100,16,0,2)rgb(0,239,250)
hsl(183,100%,49%)
cmyk(100,4,0,2) 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(125,180,250)
hsl(214,92%,74%)
cmyk(50,28,0,2)rgb(100,180,250)
hsl(208,94%,69%)
cmyk(60,28,0,2)rgb(75,180,250)
hsl(204,94%,64%)
cmyk(70,28,0,2)rgb(50,180,250)
hsl(201,95%,59%)
cmyk(80,28,0,2)rgb(25,180,250)
hsl(199,96%,54%)
cmyk(90,28,0,2)rgb(0,180,250)
hsl(197,100%,49%)
cmyk(100,28,0,2) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(0,250,250)
hsl(180,100%,49%)
cmyk(100,0,0,2)rgb(0,225,250)
hsl(186,100%,49%)
cmyk(100,10,0,2)rgb(0,200,250)
hsl(192,100%,49%)
cmyk(100,20,0,2)rgb(0,175,250)
hsl(198,100%,49%)
cmyk(100,30,0,2)rgb(0,150,250)
hsl(204,100%,49%)
cmyk(100,40,0,2)rgb(0,125,250)
hsl(210,100%,49%)
cmyk(100,50,0,2) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(0,180,250)
hsl(197,100%,49%)
cmyk(100,28,0,2)rgb(0,180,225)
hsl(192,100%,44%)
cmyk(100,20,0,12)rgb(0,180,200)
hsl(186,100%,39%)
cmyk(100,10,0,22)rgb(0,180,175)
hsl(178,100%,35%)
cmyk(100,0,3,29)rgb(0,180,150)
hsl(170,100%,35%)
cmyk(100,0,17,29)rgb(0,180,125)
hsl(162,100%,35%)
cmyk(100,0,31,29) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(0,184,255)
hsl(197,100%,50%)
cmyk(100,28,0,0)rgb(0,165,230)
hsl(197,100%,45%)
cmyk(100,28,0,10)rgb(0,147,204)
hsl(197,100%,40%)
cmyk(100,28,0,20)rgb(0,129,179)
hsl(197,100%,35%)
cmyk(100,28,0,30)rgb(0,110,153)
hsl(197,100%,30%)
cmyk(100,28,0,40)rgb(0,92,128)
hsl(197,100%,25%)
cmyk(100,28,0,50)