Shades of Aero Blue #CAEADA
Tints of Aero Blue #CAEADA
RGB
CMYK
RGB Variations
Color information
#CAEADA (or 0xCAEADA) is known color: Aero Blue. HEX triplet: CA, EA and DA. RGB value is (202,234,218). Sum of RGB (Red+Green+Blue) = 202+234+218=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEADA is #351525. Grayscale: #DEDEDE. Windows color (decimal): -3478822 or 14346954. OLE color: 14346954.
HSL color Cylindrical-coordinate representation of color #CAEADA: hue angle of 150º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAEADA is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 218 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.08 |
| HSL | 150º | 0.43% | 0.85% | - |
| HSV(B) | 150º | 0.14% | 0.92% | - |
| XYZ | 66.43 | 76.46 | 77.59 | - |
| YUV | 222.61 | 125.4 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 218 | 0.14 | 0 | 0.07 | 0.08 | 150 | 0.43 | 0.85 |
| Hex | CA | EA | DA | E | 0 | 7 | 8 | 96 | 2B | 55 |
| Octal | 312 | 352 | 332 | 16 | 0 | 7 | 10 | 226 | 53 | 125 |
| Binary | 11001010 | 11101010 | 11011010 | 1110 | 0 | 111 | 1000 | 10010110 | 101011 | 1010101 |
Color Harmonies of #CAEADA
Complementary color
Monochromatic Colors of #CAEADA
Black with #CAEADA
Text Example
Text Example
White with #CAEADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEADA; }
p { color: rgb(202,234,218); }
H1.HeaderClassName
{
color: #CAEADA;
}
.AnyTagClassName
{
color: #CAEADA;
}
</style>
background-color css
<style>
a { background-color: #CAEADA; }
a { background-color: rgb(202,234,218); }
div.DivClassName
{
background-color: #CAEADA;
}
.BgClassName
{
background-color: #CAEADA;
}
</style>
border-color css
<style>
span { border-color: #CAEADA; }
span { border-color: rgb(202,234,218); }
td.TdClassName
{
border-color: #CAEADA;
}
.TagClassName
{
border-color: #CAEADA;
}
</style>