Shades of Summer Sky #21CCE8
Tints of Summer Sky #21CCE8
RGB
CMYK
RGB Variations
Color information
#21CCE8 (or 0x21CCE8) is known color: Summer Sky. HEX triplet: 21, CC and E8. RGB value is (33,204,232). Sum of RGB (Red+Green+Blue) = 33+204+232=469 (62% of max value = 765). Red value is 33 (13.28% from 255 or 7.04% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 232 (91.02% from 255 or 49.47% from 469); Max value from RGB is 232 - color contains mainly: blue. Hex color #21CCE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CCE8 is #DE3317. Grayscale: #9B9B9B. Windows color (decimal): -14562072 or 15256609. OLE color: 15256609.
HSL color Cylindrical-coordinate representation of color #21CCE8: hue angle of 188.44º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21CCE8 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 204 | 232 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.09 |
| HSL | 188.44º | 0.81% | 0.52% | - |
| HSV(B) | 188.44º | 0.86% | 0.91% | - |
| XYZ | 36.79 | 49.34 | 83.93 | - |
| YUV | 156.06 | 170.85 | 40.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 232 | 0.86 | 0.12 | 0 | 0.09 | 188.44 | 0.81 | 0.52 |
| Hex | 21 | CC | E8 | 56 | C | 0 | 9 | BC | 51 | 34 |
| Octal | 41 | 314 | 350 | 126 | 14 | 0 | 11 | 274 | 121 | 64 |
| Binary | 100001 | 11001100 | 11101000 | 1010110 | 1100 | 0 | 1001 | 10111100 | 1010001 | 110100 |
Color Harmonies of #21CCE8
Complementary color
Monochromatic Colors of #21CCE8
Black with #21CCE8
Text Example
Text Example
White with #21CCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CCE8; }
p { color: rgb(33,204,232); }
H1.HeaderClassName
{
color: #21CCE8;
}
.AnyTagClassName
{
color: #21CCE8;
}
</style>
background-color css
<style>
a { background-color: #21CCE8; }
a { background-color: rgb(33,204,232); }
div.DivClassName
{
background-color: #21CCE8;
}
.BgClassName
{
background-color: #21CCE8;
}
</style>
border-color css
<style>
span { border-color: #21CCE8; }
span { border-color: rgb(33,204,232); }
td.TdClassName
{
border-color: #21CCE8;
}
.TagClassName
{
border-color: #21CCE8;
}
</style>