Shades of Aero Blue #CAF2DB
Tints of Aero Blue #CAF2DB
RGB
CMYK
RGB Variations
Color information
#CAF2DB (or 0xCAF2DB) is known color: Aero Blue. HEX triplet: CA, F2 and DB. RGB value is (202,242,219). Sum of RGB (Red+Green+Blue) = 202+242+219=663 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.47% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2DB is #350D24. Grayscale: #E3E3E3. Windows color (decimal): -3476773 or 14414538. OLE color: 14414538.
HSL color Cylindrical-coordinate representation of color #CAF2DB: hue angle of 145.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 #CAF2DB is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 202 | 242 | 219 | - |
CMYK | 0.17 | 0 | 0.10 | 0.05 |
HSL | 145.5º | 0.61% | 0.87% | - |
HSV(B) | 145.5º | 0.17% | 0.95% | - |
XYZ | 68.9 | 81.18 | 79.06 | - |
YUV | 227.42 | 123.25 | 109.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 242 | 219 | 0.17 | 0 | 0.10 | 0.05 | 145.5 | 0.61 | 0.87 |
Hex | CA | F2 | DB | 11 | 0 | A | 5 | 92 | 3D | 57 |
Octal | 312 | 362 | 333 | 21 | 0 | 12 | 5 | 222 | 75 | 127 |
Binary | 11001010 | 11110010 | 11011011 | 10001 | 0 | 1010 | 101 | 10010010 | 111101 | 1010111 |
Color Harmonies of #CAF2DB
Complementary color
Monochromatic Colors of #CAF2DB
Black with #CAF2DB
Text Example
Text Example
White with #CAF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF2DB; }
p { color: rgb(202,242,219); }
H1.HeaderClassName
{
color: #CAF2DB;
}
.AnyTagClassName
{
color: #CAF2DB;
}
</style>
background-color css
<style>
a { background-color: #CAF2DB; }
a { background-color: rgb(202,242,219); }
div.DivClassName
{
background-color: #CAF2DB;
}
.BgClassName
{
background-color: #CAF2DB;
}
</style>
border-color css
<style>
span { border-color: #CAF2DB; }
span { border-color: rgb(202,242,219); }
td.TdClassName
{
border-color: #CAF2DB;
}
.TagClassName
{
border-color: #CAF2DB;
}
</style>