Shades of Aero Blue #CAE9D8
Tints of Aero Blue #CAE9D8
RGB
CMYK
RGB Variations
Color information
#CAE9D8 (or 0xCAE9D8) is known color: Aero Blue. HEX triplet: CA, E9 and D8. RGB value is (202,233,216). Sum of RGB (Red+Green+Blue) = 202+233+216=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 233 (91.41% from 255 or 35.79% from 651); Blue value is 216 (84.77% from 255 or 33.18% from 651); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE9D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE9D8 is #351627. Grayscale: #DDDDDD. Windows color (decimal): -3479080 or 14215626. OLE color: 14215626.
HSL color Cylindrical-coordinate representation of color #CAE9D8: hue angle of 147.1º degrees, saturation: 0.41, 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 #CAE9D8 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 233 | 216 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.09 |
| HSL | 147.1º | 0.41% | 0.85% | - |
| HSV(B) | 147.1º | 0.13% | 0.91% | - |
| XYZ | 65.89 | 75.79 | 76.12 | - |
| YUV | 221.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 233 | 216 | 0.13 | 0 | 0.07 | 0.09 | 147.1 | 0.41 | 0.85 |
| Hex | CA | E9 | D8 | D | 0 | 7 | 9 | 93 | 29 | 55 |
| Octal | 312 | 351 | 330 | 15 | 0 | 7 | 11 | 223 | 51 | 125 |
| Binary | 11001010 | 11101001 | 11011000 | 1101 | 0 | 111 | 1001 | 10010011 | 101001 | 1010101 |
Color Harmonies of #CAE9D8
Complementary color
Monochromatic Colors of #CAE9D8
Black with #CAE9D8
Text Example
Text Example
White with #CAE9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE9D8; }
p { color: rgb(202,233,216); }
H1.HeaderClassName
{
color: #CAE9D8;
}
.AnyTagClassName
{
color: #CAE9D8;
}
</style>
background-color css
<style>
a { background-color: #CAE9D8; }
a { background-color: rgb(202,233,216); }
div.DivClassName
{
background-color: #CAE9D8;
}
.BgClassName
{
background-color: #CAE9D8;
}
</style>
border-color css
<style>
span { border-color: #CAE9D8; }
span { border-color: rgb(202,233,216); }
td.TdClassName
{
border-color: #CAE9D8;
}
.TagClassName
{
border-color: #CAE9D8;
}
</style>