Shades of Aero Blue #CAF0DB
Tints of Aero Blue #CAF0DB
RGB
CMYK
RGB Variations
Color information
#CAF0DB (or 0xCAF0DB) is known color: Aero Blue. HEX triplet: CA, F0 and DB. RGB value is (202,240,219). Sum of RGB (Red+Green+Blue) = 202+240+219=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0DB is #350F24. Grayscale: #E2E2E2. Windows color (decimal): -3477285 or 14414026. OLE color: 14414026.
HSL color Cylindrical-coordinate representation of color #CAF0DB: hue angle of 146.84º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF0DB is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 219 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.06 |
| HSL | 146.84º | 0.56% | 0.87% | - |
| HSV(B) | 146.84º | 0.16% | 0.94% | - |
| XYZ | 68.3 | 79.99 | 78.86 | - |
| YUV | 226.24 | 123.91 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 219 | 0.16 | 0 | 0.09 | 0.06 | 146.84 | 0.56 | 0.87 |
| Hex | CA | F0 | DB | 10 | 0 | 9 | 6 | 93 | 38 | 57 |
| Octal | 312 | 360 | 333 | 20 | 0 | 11 | 6 | 223 | 70 | 127 |
| Binary | 11001010 | 11110000 | 11011011 | 10000 | 0 | 1001 | 110 | 10010011 | 111000 | 1010111 |
Color Harmonies of #CAF0DB
Complementary color
Monochromatic Colors of #CAF0DB
Black with #CAF0DB
Text Example
Text Example
White with #CAF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF0DB; }
p { color: rgb(202,240,219); }
H1.HeaderClassName
{
color: #CAF0DB;
}
.AnyTagClassName
{
color: #CAF0DB;
}
</style>
background-color css
<style>
a { background-color: #CAF0DB; }
a { background-color: rgb(202,240,219); }
div.DivClassName
{
background-color: #CAF0DB;
}
.BgClassName
{
background-color: #CAF0DB;
}
</style>
border-color css
<style>
span { border-color: #CAF0DB; }
span { border-color: rgb(202,240,219); }
td.TdClassName
{
border-color: #CAF0DB;
}
.TagClassName
{
border-color: #CAF0DB;
}
</style>