Shades of Aero Blue #CCE9DA
Tints of Aero Blue #CCE9DA
RGB
CMYK
RGB Variations
Color information
#CCE9DA (or 0xCCE9DA) is known color: Aero Blue. HEX triplet: CC, E9 and DA. RGB value is (204,233,218). Sum of RGB (Red+Green+Blue) = 204+233+218=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 233 (91.41% from 255 or 35.57% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE9DA is #331625. Grayscale: #DEDEDE. Windows color (decimal): -3348006 or 14346700. OLE color: 14346700.
HSL color Cylindrical-coordinate representation of color #CCE9DA: hue angle of 148.97º 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 #CCE9DA is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 233 | 218 | - |
CMYK | 0.12 | 0 | 0.06 | 0.09 |
HSL | 148.97º | 0.4% | 0.86% | - |
HSV(B) | 148.97º | 0.12% | 0.91% | - |
XYZ | 66.7 | 76.18 | 77.52 | - |
YUV | 222.62 | 125.39 | 114.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 233 | 218 | 0.12 | 0 | 0.06 | 0.09 | 148.97 | 0.4 | 0.86 |
Hex | CC | E9 | DA | C | 0 | 6 | 9 | 95 | 28 | 56 |
Octal | 314 | 351 | 332 | 14 | 0 | 6 | 11 | 225 | 50 | 126 |
Binary | 11001100 | 11101001 | 11011010 | 1100 | 0 | 110 | 1001 | 10010101 | 101000 | 1010110 |
Color Harmonies of #CCE9DA
Complementary color
Monochromatic Colors of #CCE9DA
Black with #CCE9DA
Text Example
Text Example
White with #CCE9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE9DA; }
p { color: rgb(204,233,218); }
H1.HeaderClassName
{
color: #CCE9DA;
}
.AnyTagClassName
{
color: #CCE9DA;
}
</style>
background-color css
<style>
a { background-color: #CCE9DA; }
a { background-color: rgb(204,233,218); }
div.DivClassName
{
background-color: #CCE9DA;
}
.BgClassName
{
background-color: #CCE9DA;
}
</style>
border-color css
<style>
span { border-color: #CCE9DA; }
span { border-color: rgb(204,233,218); }
td.TdClassName
{
border-color: #CCE9DA;
}
.TagClassName
{
border-color: #CCE9DA;
}
</style>