Shades of Aero Blue #CAEEDA
Tints of Aero Blue #CAEEDA
RGB
CMYK
RGB Variations
Color information
#CAEEDA (or 0xCAEEDA) is known color: Aero Blue. HEX triplet: CA, EE and DA. RGB value is (202,238,218). Sum of RGB (Red+Green+Blue) = 202+238+218=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEDA is #351125. Grayscale: #E0E0E0. Windows color (decimal): -3477798 or 14347978. OLE color: 14347978.
HSL color Cylindrical-coordinate representation of color #CAEEDA: hue angle of 146.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEEDA is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 238 | 218 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.07 |
| HSL | 146.67º | 0.51% | 0.86% | - |
| HSV(B) | 146.67º | 0.15% | 0.93% | - |
| XYZ | 67.59 | 78.77 | 77.97 | - |
| YUV | 224.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 238 | 218 | 0.15 | 0 | 0.08 | 0.07 | 146.67 | 0.51 | 0.86 |
| Hex | CA | EE | DA | F | 0 | 8 | 7 | 93 | 33 | 56 |
| Octal | 312 | 356 | 332 | 17 | 0 | 10 | 7 | 223 | 63 | 126 |
| Binary | 11001010 | 11101110 | 11011010 | 1111 | 0 | 1000 | 111 | 10010011 | 110011 | 1010110 |
Color Harmonies of #CAEEDA
Complementary color
Monochromatic Colors of #CAEEDA
Black with #CAEEDA
Text Example
Text Example
White with #CAEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEEDA; }
p { color: rgb(202,238,218); }
H1.HeaderClassName
{
color: #CAEEDA;
}
.AnyTagClassName
{
color: #CAEEDA;
}
</style>
background-color css
<style>
a { background-color: #CAEEDA; }
a { background-color: rgb(202,238,218); }
div.DivClassName
{
background-color: #CAEEDA;
}
.BgClassName
{
background-color: #CAEEDA;
}
</style>
border-color css
<style>
span { border-color: #CAEEDA; }
span { border-color: rgb(202,238,218); }
td.TdClassName
{
border-color: #CAEEDA;
}
.TagClassName
{
border-color: #CAEEDA;
}
</style>