Shades of Aero Blue #C2ECD9
Tints of Aero Blue #C2ECD9
RGB
CMYK
RGB Variations
Color information
#C2ECD9 (or 0xC2ECD9) is known color: Aero Blue. HEX triplet: C2, EC and D9. RGB value is (194,236,217). Sum of RGB (Red+Green+Blue) = 194+236+217=647 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.98% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECD9 is #3D1326. Grayscale: #DDDDDD. Windows color (decimal): -4002599 or 14281922. OLE color: 14281922.
HSL color Cylindrical-coordinate representation of color #C2ECD9: hue angle of 152.86º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2ECD9 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 217 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.07 |
| HSL | 152.86º | 0.53% | 0.84% | - |
| HSV(B) | 152.86º | 0.18% | 0.93% | - |
| XYZ | 64.77 | 76.47 | 76.99 | - |
| YUV | 221.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 217 | 0.18 | 0 | 0.08 | 0.07 | 152.86 | 0.53 | 0.84 |
| Hex | C2 | EC | D9 | 12 | 0 | 8 | 7 | 99 | 34 | 54 |
| Octal | 302 | 354 | 331 | 22 | 0 | 10 | 7 | 231 | 64 | 124 |
| Binary | 11000010 | 11101100 | 11011001 | 10010 | 0 | 1000 | 111 | 10011001 | 110100 | 1010100 |
Color Harmonies of #C2ECD9
Complementary color
Monochromatic Colors of #C2ECD9
Black with #C2ECD9
Text Example
Text Example
White with #C2ECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ECD9; }
p { color: rgb(194,236,217); }
H1.HeaderClassName
{
color: #C2ECD9;
}
.AnyTagClassName
{
color: #C2ECD9;
}
</style>
background-color css
<style>
a { background-color: #C2ECD9; }
a { background-color: rgb(194,236,217); }
div.DivClassName
{
background-color: #C2ECD9;
}
.BgClassName
{
background-color: #C2ECD9;
}
</style>
border-color css
<style>
span { border-color: #C2ECD9; }
span { border-color: rgb(194,236,217); }
td.TdClassName
{
border-color: #C2ECD9;
}
.TagClassName
{
border-color: #C2ECD9;
}
</style>