Shades of Aero Blue #CAEFD8
Tints of Aero Blue #CAEFD8
RGB
CMYK
RGB Variations
Color information
#CAEFD8 (or 0xCAEFD8) is known color: Aero Blue. HEX triplet: CA, EF and D8. RGB value is (202,239,216). Sum of RGB (Red+Green+Blue) = 202+239+216=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEFD8 is #351027. Grayscale: #E1E1E1. Windows color (decimal): -3477544 or 14217162. OLE color: 14217162.
HSL color Cylindrical-coordinate representation of color #CAEFD8: hue angle of 142.7º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEFD8 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 239 | 216 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.06 |
| HSL | 142.7º | 0.54% | 0.86% | - |
| HSV(B) | 142.7º | 0.15% | 0.94% | - |
| XYZ | 67.62 | 79.25 | 76.7 | - |
| YUV | 225.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 239 | 216 | 0.15 | 0 | 0.10 | 0.06 | 142.7 | 0.54 | 0.86 |
| Hex | CA | EF | D8 | F | 0 | A | 6 | 8F | 36 | 56 |
| Octal | 312 | 357 | 330 | 17 | 0 | 12 | 6 | 217 | 66 | 126 |
| Binary | 11001010 | 11101111 | 11011000 | 1111 | 0 | 1010 | 110 | 10001111 | 110110 | 1010110 |
Color Harmonies of #CAEFD8
Complementary color
Monochromatic Colors of #CAEFD8
Black with #CAEFD8
Text Example
Text Example
White with #CAEFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEFD8; }
p { color: rgb(202,239,216); }
H1.HeaderClassName
{
color: #CAEFD8;
}
.AnyTagClassName
{
color: #CAEFD8;
}
</style>
background-color css
<style>
a { background-color: #CAEFD8; }
a { background-color: rgb(202,239,216); }
div.DivClassName
{
background-color: #CAEFD8;
}
.BgClassName
{
background-color: #CAEFD8;
}
</style>
border-color css
<style>
span { border-color: #CAEFD8; }
span { border-color: rgb(202,239,216); }
td.TdClassName
{
border-color: #CAEFD8;
}
.TagClassName
{
border-color: #CAEFD8;
}
</style>