Shades of Aero Blue #CAECD9
Tints of Aero Blue #CAECD9
RGB
CMYK
RGB Variations
Color information
#CAECD9 (or 0xCAECD9) is known color: Aero Blue. HEX triplet: CA, EC and D9. RGB value is (202,236,217). Sum of RGB (Red+Green+Blue) = 202+236+217=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECD9 is #351326. Grayscale: #DFDFDF. Windows color (decimal): -3478311 or 14281930. OLE color: 14281930.
HSL color Cylindrical-coordinate representation of color #CAECD9: hue angle of 146.47º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAECD9 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 236 | 217 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.07 |
| HSL | 146.47º | 0.47% | 0.86% | - |
| HSV(B) | 146.47º | 0.14% | 0.93% | - |
| XYZ | 66.88 | 77.56 | 77.09 | - |
| YUV | 223.67 | 124.24 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 236 | 217 | 0.14 | 0 | 0.08 | 0.07 | 146.47 | 0.47 | 0.86 |
| Hex | CA | EC | D9 | E | 0 | 8 | 7 | 92 | 2F | 56 |
| Octal | 312 | 354 | 331 | 16 | 0 | 10 | 7 | 222 | 57 | 126 |
| Binary | 11001010 | 11101100 | 11011001 | 1110 | 0 | 1000 | 111 | 10010010 | 101111 | 1010110 |
Color Harmonies of #CAECD9
Complementary color
Monochromatic Colors of #CAECD9
Black with #CAECD9
Text Example
Text Example
White with #CAECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAECD9; }
p { color: rgb(202,236,217); }
H1.HeaderClassName
{
color: #CAECD9;
}
.AnyTagClassName
{
color: #CAECD9;
}
</style>
background-color css
<style>
a { background-color: #CAECD9; }
a { background-color: rgb(202,236,217); }
div.DivClassName
{
background-color: #CAECD9;
}
.BgClassName
{
background-color: #CAECD9;
}
</style>
border-color css
<style>
span { border-color: #CAECD9; }
span { border-color: rgb(202,236,217); }
td.TdClassName
{
border-color: #CAECD9;
}
.TagClassName
{
border-color: #CAECD9;
}
</style>