Shades of Aero Blue #CAF9DB
Tints of Aero Blue #CAF9DB
RGB
CMYK
RGB Variations
Color information
#CAF9DB (or 0xCAF9DB) is known color: Aero Blue. HEX triplet: CA, F9 and DB. RGB value is (202,249,219). Sum of RGB (Red+Green+Blue) = 202+249+219=670 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.15% from 670); Green value is 249 (97.66% from 255 or 37.16% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF9DB is #350624. Grayscale: #E7E7E7. Windows color (decimal): -3474981 or 14416330. OLE color: 14416330.
HSL color Cylindrical-coordinate representation of color #CAF9DB: hue angle of 141.7º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF9DB is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 219 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.02 |
| HSL | 141.7º | 0.8% | 0.88% | - |
| HSV(B) | 141.7º | 0.19% | 0.98% | - |
| XYZ | 71.02 | 85.42 | 79.76 | - |
| YUV | 231.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 219 | 0.19 | 0 | 0.12 | 0.02 | 141.7 | 0.8 | 0.88 |
| Hex | CA | F9 | DB | 13 | 0 | C | 2 | 8E | 50 | 58 |
| Octal | 312 | 371 | 333 | 23 | 0 | 14 | 2 | 216 | 120 | 130 |
| Binary | 11001010 | 11111001 | 11011011 | 10011 | 0 | 1100 | 10 | 10001110 | 1010000 | 1011000 |
Color Harmonies of #CAF9DB
Complementary color
Monochromatic Colors of #CAF9DB
Black with #CAF9DB
Text Example
Text Example
White with #CAF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF9DB; }
p { color: rgb(202,249,219); }
H1.HeaderClassName
{
color: #CAF9DB;
}
.AnyTagClassName
{
color: #CAF9DB;
}
</style>
background-color css
<style>
a { background-color: #CAF9DB; }
a { background-color: rgb(202,249,219); }
div.DivClassName
{
background-color: #CAF9DB;
}
.BgClassName
{
background-color: #CAF9DB;
}
</style>
border-color css
<style>
span { border-color: #CAF9DB; }
span { border-color: rgb(202,249,219); }
td.TdClassName
{
border-color: #CAF9DB;
}
.TagClassName
{
border-color: #CAF9DB;
}
</style>