Shades of Aero Blue #CCE9D8
Tints of Aero Blue #CCE9D8
RGB
CMYK
RGB Variations
Color information
#CCE9D8 (or 0xCCE9D8) is known color: Aero Blue. HEX triplet: CC, E9 and D8. RGB value is (204,233,216). Sum of RGB (Red+Green+Blue) = 204+233+216=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 233 (91.41% from 255 or 35.68% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE9D8 is #331627. Grayscale: #DEDEDE. Windows color (decimal): -3348008 or 14215628. OLE color: 14215628.
HSL color Cylindrical-coordinate representation of color #CCE9D8: hue angle of 144.83º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE9D8 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 216 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.09 |
| HSL | 144.83º | 0.4% | 0.86% | - |
| HSV(B) | 144.83º | 0.12% | 0.91% | - |
| XYZ | 66.44 | 76.07 | 76.15 | - |
| YUV | 222.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 216 | 0.12 | 0 | 0.07 | 0.09 | 144.83 | 0.4 | 0.86 |
| Hex | CC | E9 | D8 | C | 0 | 7 | 9 | 91 | 28 | 56 |
| Octal | 314 | 351 | 330 | 14 | 0 | 7 | 11 | 221 | 50 | 126 |
| Binary | 11001100 | 11101001 | 11011000 | 1100 | 0 | 111 | 1001 | 10010001 | 101000 | 1010110 |
Color Harmonies of #CCE9D8
Complementary color
Monochromatic Colors of #CCE9D8
Black with #CCE9D8
Text Example
Text Example
White with #CCE9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE9D8; }
p { color: rgb(204,233,216); }
H1.HeaderClassName
{
color: #CCE9D8;
}
.AnyTagClassName
{
color: #CCE9D8;
}
</style>
background-color css
<style>
a { background-color: #CCE9D8; }
a { background-color: rgb(204,233,216); }
div.DivClassName
{
background-color: #CCE9D8;
}
.BgClassName
{
background-color: #CCE9D8;
}
</style>
border-color css
<style>
span { border-color: #CCE9D8; }
span { border-color: rgb(204,233,216); }
td.TdClassName
{
border-color: #CCE9D8;
}
.TagClassName
{
border-color: #CCE9D8;
}
</style>