Shades of Aero Blue #CCE8D7
Tints of Aero Blue #CCE8D7
RGB
CMYK
RGB Variations
Color information
#CCE8D7 (or 0xCCE8D7) is known color: Aero Blue. HEX triplet: CC, E8 and D7. RGB value is (204,232,215). Sum of RGB (Red+Green+Blue) = 204+232+215=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 232 (91.02% from 255 or 35.64% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8D7 is #331728. Grayscale: #DDDDDD. Windows color (decimal): -3348265 or 14149836. OLE color: 14149836.
HSL color Cylindrical-coordinate representation of color #CCE8D7: hue angle of 143.57º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE8D7 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 215 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.09 |
| HSL | 143.57º | 0.38% | 0.85% | - |
| HSV(B) | 143.57º | 0.12% | 0.91% | - |
| XYZ | 66.02 | 75.46 | 75.37 | - |
| YUV | 221.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 215 | 0.12 | 0 | 0.07 | 0.09 | 143.57 | 0.38 | 0.85 |
| Hex | CC | E8 | D7 | C | 0 | 7 | 9 | 90 | 26 | 55 |
| Octal | 314 | 350 | 327 | 14 | 0 | 7 | 11 | 220 | 46 | 125 |
| Binary | 11001100 | 11101000 | 11010111 | 1100 | 0 | 111 | 1001 | 10010000 | 100110 | 1010101 |
Color Harmonies of #CCE8D7
Complementary color
Monochromatic Colors of #CCE8D7
Black with #CCE8D7
Text Example
Text Example
White with #CCE8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8D7; }
p { color: rgb(204,232,215); }
H1.HeaderClassName
{
color: #CCE8D7;
}
.AnyTagClassName
{
color: #CCE8D7;
}
</style>
background-color css
<style>
a { background-color: #CCE8D7; }
a { background-color: rgb(204,232,215); }
div.DivClassName
{
background-color: #CCE8D7;
}
.BgClassName
{
background-color: #CCE8D7;
}
</style>
border-color css
<style>
span { border-color: #CCE8D7; }
span { border-color: rgb(204,232,215); }
td.TdClassName
{
border-color: #CCE8D7;
}
.TagClassName
{
border-color: #CCE8D7;
}
</style>