Shades of Aero Blue #C2ECD5
Tints of Aero Blue #C2ECD5
RGB
CMYK
RGB Variations
Color information
#C2ECD5 (or 0xC2ECD5) is known color: Aero Blue. HEX triplet: C2, EC and D5. RGB value is (194,236,213). Sum of RGB (Red+Green+Blue) = 194+236+213=643 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.17% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECD5 is #3D132A. Grayscale: #DCDCDC. Windows color (decimal): -4002603 or 14019778. OLE color: 14019778.
HSL color Cylindrical-coordinate representation of color #C2ECD5: hue angle of 147.14º 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 #C2ECD5 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 213 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.07 |
| HSL | 147.14º | 0.53% | 0.84% | - |
| HSV(B) | 147.14º | 0.18% | 0.93% | - |
| XYZ | 64.25 | 76.26 | 74.28 | - |
| YUV | 220.82 | 123.59 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 213 | 0.18 | 0 | 0.10 | 0.07 | 147.14 | 0.53 | 0.84 |
| Hex | C2 | EC | D5 | 12 | 0 | A | 7 | 93 | 34 | 54 |
| Octal | 302 | 354 | 325 | 22 | 0 | 12 | 7 | 223 | 64 | 124 |
| Binary | 11000010 | 11101100 | 11010101 | 10010 | 0 | 1010 | 111 | 10010011 | 110100 | 1010100 |
Color Harmonies of #C2ECD5
Complementary color
Monochromatic Colors of #C2ECD5
Black with #C2ECD5
Text Example
Text Example
White with #C2ECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ECD5; }
p { color: rgb(194,236,213); }
H1.HeaderClassName
{
color: #C2ECD5;
}
.AnyTagClassName
{
color: #C2ECD5;
}
</style>
background-color css
<style>
a { background-color: #C2ECD5; }
a { background-color: rgb(194,236,213); }
div.DivClassName
{
background-color: #C2ECD5;
}
.BgClassName
{
background-color: #C2ECD5;
}
</style>
border-color css
<style>
span { border-color: #C2ECD5; }
span { border-color: rgb(194,236,213); }
td.TdClassName
{
border-color: #C2ECD5;
}
.TagClassName
{
border-color: #C2ECD5;
}
</style>