Shades of Aero Blue #CAF3DB
Tints of Aero Blue #CAF3DB
RGB
CMYK
RGB Variations
Color information
#CAF3DB (or 0xCAF3DB) is known color: Aero Blue. HEX triplet: CA, F3 and DB. RGB value is (202,243,219). Sum of RGB (Red+Green+Blue) = 202+243+219=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 243 (95.31% from 255 or 36.60% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF3DB is #350C24. Grayscale: #E4E4E4. Windows color (decimal): -3476517 or 14414794. OLE color: 14414794.
HSL color Cylindrical-coordinate representation of color #CAF3DB: hue angle of 144.88º degrees, saturation: 0.63, 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 #CAF3DB is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 219 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.05 |
| HSL | 144.88º | 0.63% | 0.87% | - |
| HSV(B) | 144.88º | 0.17% | 0.95% | - |
| XYZ | 69.19 | 81.77 | 79.15 | - |
| YUV | 228.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 219 | 0.17 | 0 | 0.10 | 0.05 | 144.88 | 0.63 | 0.87 |
| Hex | CA | F3 | DB | 11 | 0 | A | 5 | 91 | 3F | 57 |
| Octal | 312 | 363 | 333 | 21 | 0 | 12 | 5 | 221 | 77 | 127 |
| Binary | 11001010 | 11110011 | 11011011 | 10001 | 0 | 1010 | 101 | 10010001 | 111111 | 1010111 |
Color Harmonies of #CAF3DB
Complementary color
Monochromatic Colors of #CAF3DB
Black with #CAF3DB
Text Example
Text Example
White with #CAF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF3DB; }
p { color: rgb(202,243,219); }
H1.HeaderClassName
{
color: #CAF3DB;
}
.AnyTagClassName
{
color: #CAF3DB;
}
</style>
background-color css
<style>
a { background-color: #CAF3DB; }
a { background-color: rgb(202,243,219); }
div.DivClassName
{
background-color: #CAF3DB;
}
.BgClassName
{
background-color: #CAF3DB;
}
</style>
border-color css
<style>
span { border-color: #CAF3DB; }
span { border-color: rgb(202,243,219); }
td.TdClassName
{
border-color: #CAF3DB;
}
.TagClassName
{
border-color: #CAF3DB;
}
</style>