Shades of Aero Blue #CCE8DA
Tints of Aero Blue #CCE8DA
RGB
CMYK
RGB Variations
Color information
#CCE8DA (or 0xCCE8DA) is known color: Aero Blue. HEX triplet: CC, E8 and DA. RGB value is (204,232,218). Sum of RGB (Red+Green+Blue) = 204+232+218=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 232 (91.02% from 255 or 35.47% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8DA is #331725. Grayscale: #DEDEDE. Windows color (decimal): -3348262 or 14346444. OLE color: 14346444.
HSL color Cylindrical-coordinate representation of color #CCE8DA: hue angle of 150º 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 #CCE8DA is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 232 | 218 | - |
CMYK | 0.12 | 0 | 0.06 | 0.09 |
HSL | 150º | 0.38% | 0.85% | - |
HSV(B) | 150º | 0.12% | 0.91% | - |
XYZ | 66.41 | 75.61 | 77.42 | - |
YUV | 222.03 | 125.72 | 115.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 232 | 218 | 0.12 | 0 | 0.06 | 0.09 | 150 | 0.38 | 0.85 |
Hex | CC | E8 | DA | C | 0 | 6 | 9 | 96 | 26 | 55 |
Octal | 314 | 350 | 332 | 14 | 0 | 6 | 11 | 226 | 46 | 125 |
Binary | 11001100 | 11101000 | 11011010 | 1100 | 0 | 110 | 1001 | 10010110 | 100110 | 1010101 |
Color Harmonies of #CCE8DA
Complementary color
Monochromatic Colors of #CCE8DA
Black with #CCE8DA
Text Example
Text Example
White with #CCE8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8DA; }
p { color: rgb(204,232,218); }
H1.HeaderClassName
{
color: #CCE8DA;
}
.AnyTagClassName
{
color: #CCE8DA;
}
</style>
background-color css
<style>
a { background-color: #CCE8DA; }
a { background-color: rgb(204,232,218); }
div.DivClassName
{
background-color: #CCE8DA;
}
.BgClassName
{
background-color: #CCE8DA;
}
</style>
border-color css
<style>
span { border-color: #CCE8DA; }
span { border-color: rgb(204,232,218); }
td.TdClassName
{
border-color: #CCE8DA;
}
.TagClassName
{
border-color: #CCE8DA;
}
</style>