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(205,255,189)
hsl(105,100%,87%)
cmyk(20,0,26,0)rgb(189,255,200)
hsl(130,100%,87%)
cmyk(26,0,22,0)rgb(189,255,227)
hsl(155,100%,87%)
cmyk(26,0,11,0)rgb(189,255,255)
hsl(180,100%,87%)
cmyk(26,0,0,0)rgb(189,227,255)
hsl(205,100%,87%)
cmyk(26,11,0,0)rgb(189,200,255)
hsl(230,100%,87%)
cmyk(26,22,0,0) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(205,238,238)
hsl(180,50%,87%)
cmyk(14,0,0,6)rgb(202,242,242)
hsl(180,60%,87%)
cmyk(16,0,0,5)rgb(199,245,245)
hsl(180,70%,87%)
cmyk(19,0,0,4)rgb(195,248,248)
hsl(180,80%,87%)
cmyk(21,0,0,3)rgb(192,252,252)
hsl(180,90%,87%)
cmyk(24,0,0,1)rgb(189,255,255)
hsl(180,100%,87%)
cmyk(26,0,0,0) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(0,255,255)
hsl(180,100%,50%)
cmyk(100,0,0,0)rgb(51,255,255)
hsl(180,100%,60%)
cmyk(80,0,0,0)rgb(102,255,255)
hsl(180,100%,70%)
cmyk(60,0,0,0)rgb(153,255,255)
hsl(180,100%,80%)
cmyk(40,0,0,0)rgb(204,255,255)
hsl(180,100%,90%)
cmyk(20,0,0,0)rgb(255,255,255)
hsl(0,0%,100%)
cmyk(0,0,0,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(101,255,255)
hsl(180,100%,70%)
cmyk(60,0,0,0)rgb(131,255,255)
hsl(180,100%,76%)
cmyk(49,0,0,0)rgb(161,255,255)
hsl(180,100%,82%)
cmyk(37,0,0,0)rgb(191,255,255)
hsl(180,100%,87%)
cmyk(25,0,0,0)rgb(221,255,255)
hsl(180,100%,93%)
cmyk(13,0,0,0)rgb(251,255,255)
hsl(180,100%,99%)
cmyk(2,0,0,0) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(191,105,255)
hsl(274,100%,71%)
cmyk(25,59,0,0)rgb(191,135,255)
hsl(268,100%,76%)
cmyk(25,47,0,0)rgb(191,165,255)
hsl(257,100%,82%)
cmyk(25,35,0,0)rgb(191,195,255)
hsl(236,100%,87%)
cmyk(25,24,0,0)rgb(191,225,255)
hsl(208,100%,87%)
cmyk(25,12,0,0)rgb(191,255,255)
hsl(180,100%,87%)
cmyk(25,0,0,0) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(191,255,105)
hsl(86,100%,71%)
cmyk(25,0,59,0)rgb(191,255,135)
hsl(92,100%,76%)
cmyk(25,0,47,0)rgb(191,255,165)
hsl(103,100%,82%)
cmyk(25,0,35,0)rgb(191,255,195)
hsl(124,100%,87%)
cmyk(25,0,24,0)rgb(191,255,225)
hsl(152,100%,87%)
cmyk(25,0,12,0)rgb(191,255,255)
hsl(180,100%,87%)
cmyk(25,0,0,0) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
rgb(255,255,255)
hsl(0,0%,100%)
cmyk(0,0,0,0)rgb(230,255,255)
hsl(180,100%,95%)
cmyk(10,0,0,0)rgb(204,255,255)
hsl(180,100%,90%)
cmyk(20,0,0,0)rgb(179,255,255)
hsl(180,100%,85%)
cmyk(30,0,0,0)rgb(153,255,255)
hsl(180,100%,80%)
cmyk(40,0,0,0)rgb(128,255,255)
hsl(180,100%,75%)
cmyk(50,0,0,0) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(191,255,255)
hsl(180,100%,88%)
cmyk(25,0,0,0)rgb(191,230,255)
hsl(204,100%,88%)
cmyk(25,10,0,0)rgb(191,204,255)
hsl(228,100%,88%)
cmyk(25,20,0,0)rgb(191,179,255)
hsl(250,100%,85%)
cmyk(25,30,0,0)rgb(191,153,255)
hsl(263,100%,80%)
cmyk(25,40,0,0)rgb(191,128,255)
hsl(270,100%,75%)
cmyk(25,50,0,0) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(191,255,255)
hsl(180,100%,88%)
cmyk(25,0,0,0)rgb(191,255,230)
hsl(156,100%,88%)
cmyk(25,0,10,0)rgb(191,255,204)
hsl(132,100%,88%)
cmyk(25,0,20,0)rgb(191,255,179)
hsl(110,100%,85%)
cmyk(25,0,30,0)rgb(191,255,153)
hsl(98,100%,80%)
cmyk(25,0,40,0)rgb(191,255,128)
hsl(90,100%,75%)
cmyk(25,0,50,0) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(191,255,255)
hsl(180,100%,88%)
cmyk(25,0,0,0)rgb(172,230,230)
hsl(180,53%,79%)
cmyk(25,0,0,10)rgb(153,204,204)
hsl(180,33%,70%)
cmyk(25,0,0,20)rgb(134,179,179)
hsl(180,23%,61%)
cmyk(25,0,0,30)rgb(115,153,153)
hsl(180,16%,52%)
cmyk(25,0,0,40)rgb(96,128,128)
hsl(180,14%,44%)
cmyk(25,0,0,50)