Shades of Summer Sky #21C2D6
Tints of Summer Sky #21C2D6
RGB
CMYK
RGB Variations
Color information
#21C2D6 (or 0x21C2D6) is known color: Summer Sky. HEX triplet: 21, C2 and D6. RGB value is (33,194,214). Sum of RGB (Red+Green+Blue) = 33+194+214=441 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.48% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 214 (83.98% from 255 or 48.53% from 441); Max value from RGB is 214 - color contains mainly: blue. Hex color #21C2D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C2D6 is #DE3D29. Grayscale: #939393. Windows color (decimal): -14564650 or 14074401. OLE color: 14074401.
HSL color Cylindrical-coordinate representation of color #21C2D6: hue angle of 186.63º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21C2D6 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 194 | 214 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.16 |
| HSL | 186.63º | 0.73% | 0.48% | - |
| HSV(B) | 186.63º | 0.85% | 0.84% | - |
| XYZ | 32.06 | 43.76 | 70.38 | - |
| YUV | 148.14 | 165.16 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 194 | 214 | 0.85 | 0.09 | 0 | 0.16 | 186.63 | 0.73 | 0.48 |
| Hex | 21 | C2 | D6 | 55 | 9 | 0 | 10 | BB | 49 | 30 |
| Octal | 41 | 302 | 326 | 125 | 11 | 0 | 20 | 273 | 111 | 60 |
| Binary | 100001 | 11000010 | 11010110 | 1010101 | 1001 | 0 | 10000 | 10111011 | 1001001 | 110000 |
Color Harmonies of #21C2D6
Complementary color
Monochromatic Colors of #21C2D6
Black with #21C2D6
Text Example
Text Example
White with #21C2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C2D6; }
p { color: rgb(33,194,214); }
H1.HeaderClassName
{
color: #21C2D6;
}
.AnyTagClassName
{
color: #21C2D6;
}
</style>
background-color css
<style>
a { background-color: #21C2D6; }
a { background-color: rgb(33,194,214); }
div.DivClassName
{
background-color: #21C2D6;
}
.BgClassName
{
background-color: #21C2D6;
}
</style>
border-color css
<style>
span { border-color: #21C2D6; }
span { border-color: rgb(33,194,214); }
td.TdClassName
{
border-color: #21C2D6;
}
.TagClassName
{
border-color: #21C2D6;
}
</style>