Shades of Aero Blue #CCE8D9
Tints of Aero Blue #CCE8D9
RGB
CMYK
RGB Variations
Color information
#CCE8D9 (or 0xCCE8D9) is known color: Aero Blue. HEX triplet: CC, E8 and D9. RGB value is (204,232,217). Sum of RGB (Red+Green+Blue) = 204+232+217=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8D9 is #331726. Grayscale: #DDDDDD. Windows color (decimal): -3348263 or 14280908. OLE color: 14280908.
HSL color Cylindrical-coordinate representation of color #CCE8D9: hue angle of 147.86º 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 #CCE8D9 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 232 | 217 | - |
CMYK | 0.12 | 0 | 0.06 | 0.09 |
HSL | 147.86º | 0.38% | 0.85% | - |
HSV(B) | 147.86º | 0.12% | 0.91% | - |
XYZ | 66.28 | 75.56 | 76.74 | - |
YUV | 221.92 | 125.22 | 115.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 232 | 217 | 0.12 | 0 | 0.06 | 0.09 | 147.86 | 0.38 | 0.85 |
Hex | CC | E8 | D9 | C | 0 | 6 | 9 | 94 | 26 | 55 |
Octal | 314 | 350 | 331 | 14 | 0 | 6 | 11 | 224 | 46 | 125 |
Binary | 11001100 | 11101000 | 11011001 | 1100 | 0 | 110 | 1001 | 10010100 | 100110 | 1010101 |
Color Harmonies of #CCE8D9
Complementary color
Monochromatic Colors of #CCE8D9
Black with #CCE8D9
Text Example
Text Example
White with #CCE8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8D9; }
p { color: rgb(204,232,217); }
H1.HeaderClassName
{
color: #CCE8D9;
}
.AnyTagClassName
{
color: #CCE8D9;
}
</style>
background-color css
<style>
a { background-color: #CCE8D9; }
a { background-color: rgb(204,232,217); }
div.DivClassName
{
background-color: #CCE8D9;
}
.BgClassName
{
background-color: #CCE8D9;
}
</style>
border-color css
<style>
span { border-color: #CCE8D9; }
span { border-color: rgb(204,232,217); }
td.TdClassName
{
border-color: #CCE8D9;
}
.TagClassName
{
border-color: #CCE8D9;
}
</style>