Shades of Aero Blue #CAF4DB
Tints of Aero Blue #CAF4DB
RGB
CMYK
RGB Variations
Color information
#CAF4DB (or 0xCAF4DB) is known color: Aero Blue. HEX triplet: CA, F4 and DB. RGB value is (202,244,219). Sum of RGB (Red+Green+Blue) = 202+244+219=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 244 (95.70% from 255 or 36.69% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF4DB is #350B24. Grayscale: #E4E4E4. Windows color (decimal): -3476261 or 14415050. OLE color: 14415050.
HSL color Cylindrical-coordinate representation of color #CAF4DB: hue angle of 144.29º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF4DB is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 219 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.04 |
| HSL | 144.29º | 0.66% | 0.87% | - |
| HSV(B) | 144.29º | 0.17% | 0.96% | - |
| XYZ | 69.49 | 82.37 | 79.25 | - |
| YUV | 228.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 219 | 0.17 | 0 | 0.10 | 0.04 | 144.29 | 0.66 | 0.87 |
| Hex | CA | F4 | DB | 11 | 0 | A | 4 | 90 | 42 | 57 |
| Octal | 312 | 364 | 333 | 21 | 0 | 12 | 4 | 220 | 102 | 127 |
| Binary | 11001010 | 11110100 | 11011011 | 10001 | 0 | 1010 | 100 | 10010000 | 1000010 | 1010111 |
Color Harmonies of #CAF4DB
Complementary color
Monochromatic Colors of #CAF4DB
Black with #CAF4DB
Text Example
Text Example
White with #CAF4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF4DB; }
p { color: rgb(202,244,219); }
H1.HeaderClassName
{
color: #CAF4DB;
}
.AnyTagClassName
{
color: #CAF4DB;
}
</style>
background-color css
<style>
a { background-color: #CAF4DB; }
a { background-color: rgb(202,244,219); }
div.DivClassName
{
background-color: #CAF4DB;
}
.BgClassName
{
background-color: #CAF4DB;
}
</style>
border-color css
<style>
span { border-color: #CAF4DB; }
span { border-color: rgb(202,244,219); }
td.TdClassName
{
border-color: #CAF4DB;
}
.TagClassName
{
border-color: #CAF4DB;
}
</style>