Shades of Aero Blue #C2ECD8
Tints of Aero Blue #C2ECD8
RGB
CMYK
RGB Variations
Color information
#C2ECD8 (or 0xC2ECD8) is known color: Aero Blue. HEX triplet: C2, EC and D8. RGB value is (194,236,216). Sum of RGB (Red+Green+Blue) = 194+236+216=646 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.03% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECD8 is #3D1327. Grayscale: #DDDDDD. Windows color (decimal): -4002600 or 14216386. OLE color: 14216386.
HSL color Cylindrical-coordinate representation of color #C2ECD8: hue angle of 151.43º 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 #C2ECD8 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 216 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.07 |
| HSL | 151.43º | 0.53% | 0.84% | - |
| HSV(B) | 151.43º | 0.18% | 0.93% | - |
| XYZ | 64.64 | 76.42 | 76.31 | - |
| YUV | 221.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 216 | 0.18 | 0 | 0.08 | 0.07 | 151.43 | 0.53 | 0.84 |
| Hex | C2 | EC | D8 | 12 | 0 | 8 | 7 | 97 | 34 | 54 |
| Octal | 302 | 354 | 330 | 22 | 0 | 10 | 7 | 227 | 64 | 124 |
| Binary | 11000010 | 11101100 | 11011000 | 10010 | 0 | 1000 | 111 | 10010111 | 110100 | 1010100 |
Color Harmonies of #C2ECD8
Complementary color
Monochromatic Colors of #C2ECD8
Black with #C2ECD8
Text Example
Text Example
White with #C2ECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ECD8; }
p { color: rgb(194,236,216); }
H1.HeaderClassName
{
color: #C2ECD8;
}
.AnyTagClassName
{
color: #C2ECD8;
}
</style>
background-color css
<style>
a { background-color: #C2ECD8; }
a { background-color: rgb(194,236,216); }
div.DivClassName
{
background-color: #C2ECD8;
}
.BgClassName
{
background-color: #C2ECD8;
}
</style>
border-color css
<style>
span { border-color: #C2ECD8; }
span { border-color: rgb(194,236,216); }
td.TdClassName
{
border-color: #C2ECD8;
}
.TagClassName
{
border-color: #C2ECD8;
}
</style>