Shades of Aero Blue #CAF2D9
Tints of Aero Blue #CAF2D9
RGB
CMYK
RGB Variations
Color information
#CAF2D9 (or 0xCAF2D9) is known color: Aero Blue. HEX triplet: CA, F2 and D9. RGB value is (202,242,217). Sum of RGB (Red+Green+Blue) = 202+242+217=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 217 (85.16% from 255 or 32.83% from 661); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2D9 is #350D26. Grayscale: #E3E3E3. Windows color (decimal): -3476775 or 14283466. OLE color: 14283466.
HSL color Cylindrical-coordinate representation of color #CAF2D9: hue angle of 142.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF2D9 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 217 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.05 |
| HSL | 142.5º | 0.61% | 0.87% | - |
| HSV(B) | 142.5º | 0.17% | 0.95% | - |
| XYZ | 68.63 | 81.07 | 77.68 | - |
| YUV | 227.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 217 | 0.17 | 0 | 0.10 | 0.05 | 142.5 | 0.61 | 0.87 |
| Hex | CA | F2 | D9 | 11 | 0 | A | 5 | 8E | 3D | 57 |
| Octal | 312 | 362 | 331 | 21 | 0 | 12 | 5 | 216 | 75 | 127 |
| Binary | 11001010 | 11110010 | 11011001 | 10001 | 0 | 1010 | 101 | 10001110 | 111101 | 1010111 |
Color Harmonies of #CAF2D9
Complementary color
Monochromatic Colors of #CAF2D9
Black with #CAF2D9
Text Example
Text Example
White with #CAF2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF2D9; }
p { color: rgb(202,242,217); }
H1.HeaderClassName
{
color: #CAF2D9;
}
.AnyTagClassName
{
color: #CAF2D9;
}
</style>
background-color css
<style>
a { background-color: #CAF2D9; }
a { background-color: rgb(202,242,217); }
div.DivClassName
{
background-color: #CAF2D9;
}
.BgClassName
{
background-color: #CAF2D9;
}
</style>
border-color css
<style>
span { border-color: #CAF2D9; }
span { border-color: rgb(202,242,217); }
td.TdClassName
{
border-color: #CAF2D9;
}
.TagClassName
{
border-color: #CAF2D9;
}
</style>