Shades of Aero Blue #C2EAD9
Tints of Aero Blue #C2EAD9
RGB
CMYK
RGB Variations
Color information
#C2EAD9 (or 0xC2EAD9) is known color: Aero Blue. HEX triplet: C2, EA and D9. RGB value is (194,234,217). Sum of RGB (Red+Green+Blue) = 194+234+217=645 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.08% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 217 (85.16% from 255 or 33.64% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EAD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EAD9 is #3D1526. Grayscale: #DCDCDC. Windows color (decimal): -4003111 or 14281410. OLE color: 14281410.
HSL color Cylindrical-coordinate representation of color #C2EAD9: hue angle of 154.5º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2EAD9 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 217 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.08 |
| HSL | 154.5º | 0.49% | 0.84% | - |
| HSV(B) | 154.5º | 0.17% | 0.92% | - |
| XYZ | 64.2 | 75.32 | 76.8 | - |
| YUV | 220.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 217 | 0.17 | 0 | 0.07 | 0.08 | 154.5 | 0.49 | 0.84 |
| Hex | C2 | EA | D9 | 11 | 0 | 7 | 8 | 9A | 31 | 54 |
| Octal | 302 | 352 | 331 | 21 | 0 | 7 | 10 | 232 | 61 | 124 |
| Binary | 11000010 | 11101010 | 11011001 | 10001 | 0 | 111 | 1000 | 10011010 | 110001 | 1010100 |
Color Harmonies of #C2EAD9
Complementary color
Monochromatic Colors of #C2EAD9
Black with #C2EAD9
Text Example
Text Example
White with #C2EAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EAD9; }
p { color: rgb(194,234,217); }
H1.HeaderClassName
{
color: #C2EAD9;
}
.AnyTagClassName
{
color: #C2EAD9;
}
</style>
background-color css
<style>
a { background-color: #C2EAD9; }
a { background-color: rgb(194,234,217); }
div.DivClassName
{
background-color: #C2EAD9;
}
.BgClassName
{
background-color: #C2EAD9;
}
</style>
border-color css
<style>
span { border-color: #C2EAD9; }
span { border-color: rgb(194,234,217); }
td.TdClassName
{
border-color: #C2EAD9;
}
.TagClassName
{
border-color: #C2EAD9;
}
</style>