Shades of Aero Blue #CAEFD9
Tints of Aero Blue #CAEFD9
RGB
CMYK
RGB Variations
Color information
#CAEFD9 (or 0xCAEFD9) is known color: Aero Blue. HEX triplet: CA, EF and D9. RGB value is (202,239,217). Sum of RGB (Red+Green+Blue) = 202+239+217=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEFD9 is #351026. Grayscale: #E1E1E1. Windows color (decimal): -3477543 or 14282698. OLE color: 14282698.
HSL color Cylindrical-coordinate representation of color #CAEFD9: hue angle of 144.32º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEFD9 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 239 | 217 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.06 |
| HSL | 144.32º | 0.54% | 0.86% | - |
| HSV(B) | 144.32º | 0.15% | 0.94% | - |
| XYZ | 67.75 | 79.3 | 77.38 | - |
| YUV | 225.43 | 123.24 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 239 | 217 | 0.15 | 0 | 0.09 | 0.06 | 144.32 | 0.54 | 0.86 |
| Hex | CA | EF | D9 | F | 0 | 9 | 6 | 90 | 36 | 56 |
| Octal | 312 | 357 | 331 | 17 | 0 | 11 | 6 | 220 | 66 | 126 |
| Binary | 11001010 | 11101111 | 11011001 | 1111 | 0 | 1001 | 110 | 10010000 | 110110 | 1010110 |
Color Harmonies of #CAEFD9
Complementary color
Monochromatic Colors of #CAEFD9
Black with #CAEFD9
Text Example
Text Example
White with #CAEFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEFD9; }
p { color: rgb(202,239,217); }
H1.HeaderClassName
{
color: #CAEFD9;
}
.AnyTagClassName
{
color: #CAEFD9;
}
</style>
background-color css
<style>
a { background-color: #CAEFD9; }
a { background-color: rgb(202,239,217); }
div.DivClassName
{
background-color: #CAEFD9;
}
.BgClassName
{
background-color: #CAEFD9;
}
</style>
border-color css
<style>
span { border-color: #CAEFD9; }
span { border-color: rgb(202,239,217); }
td.TdClassName
{
border-color: #CAEFD9;
}
.TagClassName
{
border-color: #CAEFD9;
}
</style>