Shades of Aero Blue #CAE2D4
Tints of Aero Blue #CAE2D4
RGB
CMYK
RGB Variations
Color information
#CAE2D4 (or 0xCAE2D4) is known color: Aero Blue. HEX triplet: CA, E2 and D4. RGB value is (202,226,212). Sum of RGB (Red+Green+Blue) = 202+226+212=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE2D4 is #351D2B. Grayscale: #D9D9D9. Windows color (decimal): -3480876 or 13951690. OLE color: 13951690.
HSL color Cylindrical-coordinate representation of color #CAE2D4: hue angle of 145º 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 #CAE2D4 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
RGB | 202 | 226 | 212 | - |
CMYK | 0.11 | 0 | 0.06 | 0.11 |
HSL | 145º | 0.29% | 0.84% | - |
HSV(B) | 145º | 0.11% | 0.89% | - |
XYZ | 63.44 | 71.7 | 72.78 | - |
YUV | 217.23 | 125.05 | 117.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 226 | 212 | 0.11 | 0 | 0.06 | 0.11 | 145 | 0.29 | 0.84 |
Hex | CA | E2 | D4 | B | 0 | 6 | B | 91 | 1D | 54 |
Octal | 312 | 342 | 324 | 13 | 0 | 6 | 13 | 221 | 35 | 124 |
Binary | 11001010 | 11100010 | 11010100 | 1011 | 0 | 110 | 1011 | 10010001 | 11101 | 1010100 |
Color Harmonies of #CAE2D4
Complementary color
Monochromatic Colors of #CAE2D4
Black with #CAE2D4
Text Example
Text Example
White with #CAE2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE2D4; }
p { color: rgb(202,226,212); }
H1.HeaderClassName
{
color: #CAE2D4;
}
.AnyTagClassName
{
color: #CAE2D4;
}
</style>
background-color css
<style>
a { background-color: #CAE2D4; }
a { background-color: rgb(202,226,212); }
div.DivClassName
{
background-color: #CAE2D4;
}
.BgClassName
{
background-color: #CAE2D4;
}
</style>
border-color css
<style>
span { border-color: #CAE2D4; }
span { border-color: rgb(202,226,212); }
td.TdClassName
{
border-color: #CAE2D4;
}
.TagClassName
{
border-color: #CAE2D4;
}
</style>