Shades of Aero Blue #CAECD8
Tints of Aero Blue #CAECD8
RGB
CMYK
RGB Variations
Color information
#CAECD8 (or 0xCAECD8) is known color: Aero Blue. HEX triplet: CA, EC and D8. RGB value is (202,236,216). Sum of RGB (Red+Green+Blue) = 202+236+216=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECD8 is #351327. Grayscale: #DFDFDF. Windows color (decimal): -3478312 or 14216394. OLE color: 14216394.
HSL color Cylindrical-coordinate representation of color #CAECD8: hue angle of 144.71º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAECD8 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 236 | 216 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.07 |
| HSL | 144.71º | 0.47% | 0.86% | - |
| HSV(B) | 144.71º | 0.14% | 0.93% | - |
| XYZ | 66.75 | 77.51 | 76.41 | - |
| YUV | 223.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 236 | 216 | 0.14 | 0 | 0.08 | 0.07 | 144.71 | 0.47 | 0.86 |
| Hex | CA | EC | D8 | E | 0 | 8 | 7 | 91 | 2F | 56 |
| Octal | 312 | 354 | 330 | 16 | 0 | 10 | 7 | 221 | 57 | 126 |
| Binary | 11001010 | 11101100 | 11011000 | 1110 | 0 | 1000 | 111 | 10010001 | 101111 | 1010110 |
Color Harmonies of #CAECD8
Complementary color
Monochromatic Colors of #CAECD8
Black with #CAECD8
Text Example
Text Example
White with #CAECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAECD8; }
p { color: rgb(202,236,216); }
H1.HeaderClassName
{
color: #CAECD8;
}
.AnyTagClassName
{
color: #CAECD8;
}
</style>
background-color css
<style>
a { background-color: #CAECD8; }
a { background-color: rgb(202,236,216); }
div.DivClassName
{
background-color: #CAECD8;
}
.BgClassName
{
background-color: #CAECD8;
}
</style>
border-color css
<style>
span { border-color: #CAECD8; }
span { border-color: rgb(202,236,216); }
td.TdClassName
{
border-color: #CAECD8;
}
.TagClassName
{
border-color: #CAECD8;
}
</style>