Shades of Aero Blue #C2ECD7
Tints of Aero Blue #C2ECD7
RGB
CMYK
RGB Variations
Color information
#C2ECD7 (or 0xC2ECD7) is known color: Aero Blue. HEX triplet: C2, EC and D7. RGB value is (194,236,215). Sum of RGB (Red+Green+Blue) = 194+236+215=645 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.08% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 215 (84.38% from 255 or 33.33% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECD7 is #3D1328. Grayscale: #DDDDDD. Windows color (decimal): -4002601 or 14150850. OLE color: 14150850.
HSL color Cylindrical-coordinate representation of color #C2ECD7: hue angle of 150º 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 #C2ECD7 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 236 | 215 | - |
CMYK | 0.18 | 0 | 0.09 | 0.07 |
HSL | 150º | 0.53% | 0.84% | - |
HSV(B) | 150º | 0.18% | 0.93% | - |
XYZ | 64.51 | 76.37 | 75.63 | - |
YUV | 221.05 | 124.59 | 108.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 236 | 215 | 0.18 | 0 | 0.09 | 0.07 | 150 | 0.53 | 0.84 |
Hex | C2 | EC | D7 | 12 | 0 | 9 | 7 | 96 | 34 | 54 |
Octal | 302 | 354 | 327 | 22 | 0 | 11 | 7 | 226 | 64 | 124 |
Binary | 11000010 | 11101100 | 11010111 | 10010 | 0 | 1001 | 111 | 10010110 | 110100 | 1010100 |
Color Harmonies of #C2ECD7
Complementary color
Monochromatic Colors of #C2ECD7
Black with #C2ECD7
Text Example
Text Example
White with #C2ECD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ECD7; }
p { color: rgb(194,236,215); }
H1.HeaderClassName
{
color: #C2ECD7;
}
.AnyTagClassName
{
color: #C2ECD7;
}
</style>
background-color css
<style>
a { background-color: #C2ECD7; }
a { background-color: rgb(194,236,215); }
div.DivClassName
{
background-color: #C2ECD7;
}
.BgClassName
{
background-color: #C2ECD7;
}
</style>
border-color css
<style>
span { border-color: #C2ECD7; }
span { border-color: rgb(194,236,215); }
td.TdClassName
{
border-color: #C2ECD7;
}
.TagClassName
{
border-color: #C2ECD7;
}
</style>