Shades of Aero Blue #CAF1DA
Tints of Aero Blue #CAF1DA
RGB
CMYK
RGB Variations
Color information
#CAF1DA (or 0xCAF1DA) is known color: Aero Blue. HEX triplet: CA, F1 and DA. RGB value is (202,241,218). Sum of RGB (Red+Green+Blue) = 202+241+218=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1DA is #350E25. Grayscale: #E2E2E2. Windows color (decimal): -3477030 or 14348746. OLE color: 14348746.
HSL color Cylindrical-coordinate representation of color #CAF1DA: hue angle of 144.62º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF1DA is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 218 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.05 |
| HSL | 144.62º | 0.58% | 0.87% | - |
| HSV(B) | 144.62º | 0.16% | 0.95% | - |
| XYZ | 68.47 | 80.53 | 78.26 | - |
| YUV | 226.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 218 | 0.16 | 0 | 0.10 | 0.05 | 144.62 | 0.58 | 0.87 |
| Hex | CA | F1 | DA | 10 | 0 | A | 5 | 91 | 3A | 57 |
| Octal | 312 | 361 | 332 | 20 | 0 | 12 | 5 | 221 | 72 | 127 |
| Binary | 11001010 | 11110001 | 11011010 | 10000 | 0 | 1010 | 101 | 10010001 | 111010 | 1010111 |
Color Harmonies of #CAF1DA
Complementary color
Monochromatic Colors of #CAF1DA
Black with #CAF1DA
Text Example
Text Example
White with #CAF1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF1DA; }
p { color: rgb(202,241,218); }
H1.HeaderClassName
{
color: #CAF1DA;
}
.AnyTagClassName
{
color: #CAF1DA;
}
</style>
background-color css
<style>
a { background-color: #CAF1DA; }
a { background-color: rgb(202,241,218); }
div.DivClassName
{
background-color: #CAF1DA;
}
.BgClassName
{
background-color: #CAF1DA;
}
</style>
border-color css
<style>
span { border-color: #CAF1DA; }
span { border-color: rgb(202,241,218); }
td.TdClassName
{
border-color: #CAF1DA;
}
.TagClassName
{
border-color: #CAF1DA;
}
</style>