Shades of Aero Blue #C2ECDA
Tints of Aero Blue #C2ECDA
RGB
CMYK
RGB Variations
Color information
#C2ECDA (or 0xC2ECDA) is known color: Aero Blue. HEX triplet: C2, EC and DA. RGB value is (194,236,218). Sum of RGB (Red+Green+Blue) = 194+236+218=648 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.94% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECDA is #3D1325. Grayscale: #DDDDDD. Windows color (decimal): -4002598 or 14347458. OLE color: 14347458.
HSL color Cylindrical-coordinate representation of color #C2ECDA: hue angle of 154.29º 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 #C2ECDA is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 218 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.07 |
| HSL | 154.29º | 0.53% | 0.84% | - |
| HSV(B) | 154.29º | 0.18% | 0.93% | - |
| XYZ | 64.9 | 76.52 | 77.68 | - |
| YUV | 221.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 218 | 0.18 | 0 | 0.08 | 0.07 | 154.29 | 0.53 | 0.84 |
| Hex | C2 | EC | DA | 12 | 0 | 8 | 7 | 9A | 34 | 54 |
| Octal | 302 | 354 | 332 | 22 | 0 | 10 | 7 | 232 | 64 | 124 |
| Binary | 11000010 | 11101100 | 11011010 | 10010 | 0 | 1000 | 111 | 10011010 | 110100 | 1010100 |
Color Harmonies of #C2ECDA
Complementary color
Monochromatic Colors of #C2ECDA
Black with #C2ECDA
Text Example
Text Example
White with #C2ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ECDA; }
p { color: rgb(194,236,218); }
H1.HeaderClassName
{
color: #C2ECDA;
}
.AnyTagClassName
{
color: #C2ECDA;
}
</style>
background-color css
<style>
a { background-color: #C2ECDA; }
a { background-color: rgb(194,236,218); }
div.DivClassName
{
background-color: #C2ECDA;
}
.BgClassName
{
background-color: #C2ECDA;
}
</style>
border-color css
<style>
span { border-color: #C2ECDA; }
span { border-color: rgb(194,236,218); }
td.TdClassName
{
border-color: #C2ECDA;
}
.TagClassName
{
border-color: #C2ECDA;
}
</style>