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,235,0)
hsl(120,100%,46%)
cmyk(100,0,100,8)rgb(0,235,98)
hsl(145,100%,46%)
cmyk(100,0,58,8)rgb(0,235,196)
hsl(170,100%,46%)
cmyk(100,0,17,8)rgb(0,176,235)
hsl(195,100%,46%)
cmyk(100,25,0,8)rgb(0,78,235)
hsl(220,100%,46%)
cmyk(100,67,0,8)rgb(20,0,235)
hsl(245,100%,46%)
cmyk(92,100,0,8) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(59,147,176)
hsl(195,50%,46%)
cmyk(67,17,0,31)rgb(47,152,188)
hsl(195,60%,46%)
cmyk(75,19,0,26)rgb(35,158,199)
hsl(195,70%,46%)
cmyk(82,21,0,22)rgb(23,164,211)
hsl(195,80%,46%)
cmyk(89,22,0,17)rgb(12,170,223)
hsl(195,90%,46%)
cmyk(95,24,0,13)rgb(0,176,235)
hsl(195,100%,46%)
cmyk(100,25,0,8) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(0,61,82)
hsl(195,100%,16%)
cmyk(100,25,0,68)rgb(0,99,133)
hsl(195,100%,26%)
cmyk(100,25,0,48)rgb(0,138,184)
hsl(195,100%,36%)
cmyk(100,25,0,28)rgb(0,176,235)
hsl(195,100%,46%)
cmyk(100,25,0,8)rgb(31,199,255)
hsl(195,100%,56%)
cmyk(88,22,0,0)rgb(82,212,255)
hsl(195,100%,66%)
cmyk(68,17,0,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(0,175,233)
hsl(195,100%,46%)
cmyk(100,25,0,9)rgb(30,175,233)
hsl(197,82%,52%)
cmyk(87,25,0,9)rgb(60,175,233)
hsl(200,80%,57%)
cmyk(74,25,0,9)rgb(90,175,233)
hsl(204,76%,63%)
cmyk(61,25,0,9)rgb(120,175,233)
hsl(211,72%,69%)
cmyk(48,25,0,9)rgb(150,175,233)
hsl(222,65%,75%)
cmyk(36,25,0,9) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(0,85,233)
hsl(218,100%,46%)
cmyk(100,64,0,9)rgb(0,115,233)
hsl(210,100%,46%)
cmyk(100,51,0,9)rgb(0,145,233)
hsl(203,100%,46%)
cmyk(100,38,0,9)rgb(0,175,233)
hsl(195,100%,46%)
cmyk(100,25,0,9)rgb(0,205,233)
hsl(187,100%,46%)
cmyk(100,12,0,9)rgb(0,235,233)
hsl(179,100%,46%)
cmyk(100,0,1,8) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(0,175,105)
hsl(156,100%,34%)
cmyk(100,0,40,31)rgb(0,175,135)
hsl(166,100%,34%)
cmyk(100,0,23,31)rgb(0,175,165)
hsl(177,100%,34%)
cmyk(100,0,6,31)rgb(0,175,195)
hsl(186,100%,38%)
cmyk(100,10,0,24)rgb(0,175,225)
hsl(193,100%,44%)
cmyk(100,22,0,12)rgb(0,175,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(116,174,232)
hsl(210,72%,68%)
cmyk(50,25,0,9)rgb(93,174,232)
hsl(205,75%,64%)
cmyk(60,25,0,9)rgb(70,174,232)
hsl(201,78%,59%)
cmyk(70,25,0,9)rgb(46,174,232)
hsl(199,80%,55%)
cmyk(80,25,0,9)rgb(23,174,232)
hsl(197,82%,50%)
cmyk(90,25,0,9)rgb(0,174,232)
hsl(195,100%,46%)
cmyk(100,25,0,9) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(0,232,232)
hsl(180,100%,46%)
cmyk(100,0,0,9)rgb(0,209,232)
hsl(186,100%,46%)
cmyk(100,10,0,9)rgb(0,186,232)
hsl(192,100%,46%)
cmyk(100,20,0,9)rgb(0,162,232)
hsl(198,100%,46%)
cmyk(100,30,0,9)rgb(0,139,232)
hsl(204,100%,46%)
cmyk(100,40,0,9)rgb(0,116,232)
hsl(210,100%,46%)
cmyk(100,50,0,9) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(0,174,232)
hsl(195,100%,46%)
cmyk(100,25,0,9)rgb(0,174,209)
hsl(190,100%,41%)
cmyk(100,17,0,18)rgb(0,174,186)
hsl(184,100%,36%)
cmyk(100,6,0,27)rgb(0,174,162)
hsl(176,100%,34%)
cmyk(100,0,7,32)rgb(0,174,139)
hsl(168,100%,34%)
cmyk(100,0,20,32)rgb(0,174,116)
hsl(160,100%,34%)
cmyk(100,0,33,32) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(0,191,255)
hsl(195,100%,50%)
cmyk(100,25,0,0)rgb(0,172,230)
hsl(195,100%,45%)
cmyk(100,25,0,10)rgb(0,153,204)
hsl(195,100%,40%)
cmyk(100,25,0,20)rgb(0,134,179)
hsl(195,100%,35%)
cmyk(100,25,0,30)rgb(0,115,153)
hsl(195,100%,30%)
cmyk(100,25,0,40)rgb(0,96,128)
hsl(195,100%,25%)
cmyk(100,25,0,50)