Shades of Aero Blue #CAE2D6
Tints of Aero Blue #CAE2D6
RGB
CMYK
RGB Variations
Color information
#CAE2D6 (or 0xCAE2D6) is known color: Aero Blue. HEX triplet: CA, E2 and D6. RGB value is (202,226,214). Sum of RGB (Red+Green+Blue) = 202+226+214=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 226 (88.67% from 255 or 35.20% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE2D6 is #351D29. Grayscale: #D9D9D9. Windows color (decimal): -3480874 or 14082762. OLE color: 14082762.
HSL color Cylindrical-coordinate representation of color #CAE2D6: hue angle of 150º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAE2D6 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
RGB | 202 | 226 | 214 | - |
CMYK | 0.11 | 0 | 0.05 | 0.11 |
HSL | 150º | 0.29% | 0.84% | - |
HSV(B) | 150º | 0.11% | 0.89% | - |
XYZ | 63.69 | 71.8 | 74.12 | - |
YUV | 217.46 | 126.05 | 116.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 226 | 214 | 0.11 | 0 | 0.05 | 0.11 | 150 | 0.29 | 0.84 |
Hex | CA | E2 | D6 | B | 0 | 5 | B | 96 | 1D | 54 |
Octal | 312 | 342 | 326 | 13 | 0 | 5 | 13 | 226 | 35 | 124 |
Binary | 11001010 | 11100010 | 11010110 | 1011 | 0 | 101 | 1011 | 10010110 | 11101 | 1010100 |
Color Harmonies of #CAE2D6
Complementary color
Monochromatic Colors of #CAE2D6
Black with #CAE2D6
Text Example
Text Example
White with #CAE2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE2D6; }
p { color: rgb(202,226,214); }
H1.HeaderClassName
{
color: #CAE2D6;
}
.AnyTagClassName
{
color: #CAE2D6;
}
</style>
background-color css
<style>
a { background-color: #CAE2D6; }
a { background-color: rgb(202,226,214); }
div.DivClassName
{
background-color: #CAE2D6;
}
.BgClassName
{
background-color: #CAE2D6;
}
</style>
border-color css
<style>
span { border-color: #CAE2D6; }
span { border-color: rgb(202,226,214); }
td.TdClassName
{
border-color: #CAE2D6;
}
.TagClassName
{
border-color: #CAE2D6;
}
</style>