Shades of Aero Blue #CAE0D4
Tints of Aero Blue #CAE0D4
RGB
CMYK
RGB Variations
Color information
#CAE0D4 (or 0xCAE0D4) is known color: Aero Blue. HEX triplet: CA, E0 and D4. RGB value is (202,224,212). Sum of RGB (Red+Green+Blue) = 202+224+212=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0D4 is #351F2B. Grayscale: #D8D8D8. Windows color (decimal): -3481388 or 13951178. OLE color: 13951178.
HSL color Cylindrical-coordinate representation of color #CAE0D4: hue angle of 147.27º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAE0D4 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 212 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.12 |
| HSL | 147.27º | 0.26% | 0.84% | - |
| HSV(B) | 147.27º | 0.1% | 0.88% | - |
| XYZ | 62.9 | 70.62 | 72.6 | - |
| YUV | 216.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 212 | 0.10 | 0 | 0.05 | 0.12 | 147.27 | 0.26 | 0.84 |
| Hex | CA | E0 | D4 | A | 0 | 5 | C | 93 | 1A | 54 |
| Octal | 312 | 340 | 324 | 12 | 0 | 5 | 14 | 223 | 32 | 124 |
| Binary | 11001010 | 11100000 | 11010100 | 1010 | 0 | 101 | 1100 | 10010011 | 11010 | 1010100 |
Color Harmonies of #CAE0D4
Complementary color
Monochromatic Colors of #CAE0D4
Black with #CAE0D4
Text Example
Text Example
White with #CAE0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE0D4; }
p { color: rgb(202,224,212); }
H1.HeaderClassName
{
color: #CAE0D4;
}
.AnyTagClassName
{
color: #CAE0D4;
}
</style>
background-color css
<style>
a { background-color: #CAE0D4; }
a { background-color: rgb(202,224,212); }
div.DivClassName
{
background-color: #CAE0D4;
}
.BgClassName
{
background-color: #CAE0D4;
}
</style>
border-color css
<style>
span { border-color: #CAE0D4; }
span { border-color: rgb(202,224,212); }
td.TdClassName
{
border-color: #CAE0D4;
}
.TagClassName
{
border-color: #CAE0D4;
}
</style>