Shades of Aero Blue #CAE8D9
Tints of Aero Blue #CAE8D9
RGB
CMYK
RGB Variations
Color information
#CAE8D9 (or 0xCAE8D9) is known color: Aero Blue. HEX triplet: CA, E8 and D9. RGB value is (202,232,217). Sum of RGB (Red+Green+Blue) = 202+232+217=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 232 (91.02% from 255 or 35.64% from 651); Blue value is 217 (85.16% from 255 or 33.33% from 651); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE8D9 is #351726. Grayscale: #DDDDDD. Windows color (decimal): -3479335 or 14280906. OLE color: 14280906.
HSL color Cylindrical-coordinate representation of color #CAE8D9: hue angle of 150º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAE8D9 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 217 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.09 |
| HSL | 150º | 0.39% | 0.85% | - |
| HSV(B) | 150º | 0.13% | 0.91% | - |
| XYZ | 65.74 | 75.28 | 76.71 | - |
| YUV | 221.32 | 125.56 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 217 | 0.13 | 0 | 0.06 | 0.09 | 150 | 0.39 | 0.85 |
| Hex | CA | E8 | D9 | D | 0 | 6 | 9 | 96 | 27 | 55 |
| Octal | 312 | 350 | 331 | 15 | 0 | 6 | 11 | 226 | 47 | 125 |
| Binary | 11001010 | 11101000 | 11011001 | 1101 | 0 | 110 | 1001 | 10010110 | 100111 | 1010101 |
Color Harmonies of #CAE8D9
Complementary color
Monochromatic Colors of #CAE8D9
Black with #CAE8D9
Text Example
Text Example
White with #CAE8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE8D9; }
p { color: rgb(202,232,217); }
H1.HeaderClassName
{
color: #CAE8D9;
}
.AnyTagClassName
{
color: #CAE8D9;
}
</style>
background-color css
<style>
a { background-color: #CAE8D9; }
a { background-color: rgb(202,232,217); }
div.DivClassName
{
background-color: #CAE8D9;
}
.BgClassName
{
background-color: #CAE8D9;
}
</style>
border-color css
<style>
span { border-color: #CAE8D9; }
span { border-color: rgb(202,232,217); }
td.TdClassName
{
border-color: #CAE8D9;
}
.TagClassName
{
border-color: #CAE8D9;
}
</style>