Shades of Aero Blue #CCE7D7
Tints of Aero Blue #CCE7D7
RGB
CMYK
RGB Variations
Color information
#CCE7D7 (or 0xCCE7D7) is known color: Aero Blue. HEX triplet: CC, E7 and D7. RGB value is (204,231,215). Sum of RGB (Red+Green+Blue) = 204+231+215=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE7D7 is #331828. Grayscale: #DDDDDD. Windows color (decimal): -3348521 or 14149580. OLE color: 14149580.
HSL color Cylindrical-coordinate representation of color #CCE7D7: hue angle of 144.44º degrees, saturation: 0.36, 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 #CCE7D7 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 215 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.09 |
| HSL | 144.44º | 0.36% | 0.85% | - |
| HSV(B) | 144.44º | 0.12% | 0.91% | - |
| XYZ | 65.74 | 74.9 | 75.28 | - |
| YUV | 221.1 | 124.55 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 215 | 0.12 | 0 | 0.07 | 0.09 | 144.44 | 0.36 | 0.85 |
| Hex | CC | E7 | D7 | C | 0 | 7 | 9 | 90 | 24 | 55 |
| Octal | 314 | 347 | 327 | 14 | 0 | 7 | 11 | 220 | 44 | 125 |
| Binary | 11001100 | 11100111 | 11010111 | 1100 | 0 | 111 | 1001 | 10010000 | 100100 | 1010101 |
Color Harmonies of #CCE7D7
Complementary color
Monochromatic Colors of #CCE7D7
Black with #CCE7D7
Text Example
Text Example
White with #CCE7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE7D7; }
p { color: rgb(204,231,215); }
H1.HeaderClassName
{
color: #CCE7D7;
}
.AnyTagClassName
{
color: #CCE7D7;
}
</style>
background-color css
<style>
a { background-color: #CCE7D7; }
a { background-color: rgb(204,231,215); }
div.DivClassName
{
background-color: #CCE7D7;
}
.BgClassName
{
background-color: #CCE7D7;
}
</style>
border-color css
<style>
span { border-color: #CCE7D7; }
span { border-color: rgb(204,231,215); }
td.TdClassName
{
border-color: #CCE7D7;
}
.TagClassName
{
border-color: #CCE7D7;
}
</style>