Shades of Aero Blue #CAE7D9
Tints of Aero Blue #CAE7D9
RGB
CMYK
RGB Variations
Color information
#CAE7D9 (or 0xCAE7D9) is known color: Aero Blue. HEX triplet: CA, E7 and D9. RGB value is (202,231,217). Sum of RGB (Red+Green+Blue) = 202+231+217=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 217 (85.16% from 255 or 33.38% from 650); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE7D9 is #351826. Grayscale: #DCDCDC. Windows color (decimal): -3479591 or 14280650. OLE color: 14280650.
HSL color Cylindrical-coordinate representation of color #CAE7D9: hue angle of 151.03º degrees, saturation: 0.38, 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 #CAE7D9 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 202 | 231 | 217 | - |
CMYK | 0.13 | 0 | 0.06 | 0.09 |
HSL | 151.03º | 0.38% | 0.85% | - |
HSV(B) | 151.03º | 0.13% | 0.91% | - |
XYZ | 65.46 | 74.72 | 76.62 | - |
YUV | 220.73 | 125.89 | 114.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 231 | 217 | 0.13 | 0 | 0.06 | 0.09 | 151.03 | 0.38 | 0.85 |
Hex | CA | E7 | D9 | D | 0 | 6 | 9 | 97 | 26 | 55 |
Octal | 312 | 347 | 331 | 15 | 0 | 6 | 11 | 227 | 46 | 125 |
Binary | 11001010 | 11100111 | 11011001 | 1101 | 0 | 110 | 1001 | 10010111 | 100110 | 1010101 |
Color Harmonies of #CAE7D9
Complementary color
Monochromatic Colors of #CAE7D9
Black with #CAE7D9
Text Example
Text Example
White with #CAE7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE7D9; }
p { color: rgb(202,231,217); }
H1.HeaderClassName
{
color: #CAE7D9;
}
.AnyTagClassName
{
color: #CAE7D9;
}
</style>
background-color css
<style>
a { background-color: #CAE7D9; }
a { background-color: rgb(202,231,217); }
div.DivClassName
{
background-color: #CAE7D9;
}
.BgClassName
{
background-color: #CAE7D9;
}
</style>
border-color css
<style>
span { border-color: #CAE7D9; }
span { border-color: rgb(202,231,217); }
td.TdClassName
{
border-color: #CAE7D9;
}
.TagClassName
{
border-color: #CAE7D9;
}
</style>