Shades of Aero Blue #C2E7D8
Tints of Aero Blue #C2E7D8
RGB
CMYK
RGB Variations
Color information
#C2E7D8 (or 0xC2E7D8) is known color: Aero Blue. HEX triplet: C2, E7 and D8. RGB value is (194,231,216). Sum of RGB (Red+Green+Blue) = 194+231+216=641 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.27% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 231 - color contains mainly: green. Hex color #C2E7D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2E7D8 is #3D1827. Grayscale: #DADADA. Windows color (decimal): -4003880 or 14215106. OLE color: 14215106.
HSL color Cylindrical-coordinate representation of color #C2E7D8: hue angle of 155.68º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2E7D8 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 231 | 216 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.09 |
| HSL | 155.68º | 0.44% | 0.83% | - |
| HSV(B) | 155.68º | 0.16% | 0.91% | - |
| XYZ | 63.22 | 73.58 | 75.84 | - |
| YUV | 218.23 | 126.74 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 231 | 216 | 0.16 | 0 | 0.06 | 0.09 | 155.68 | 0.44 | 0.83 |
| Hex | C2 | E7 | D8 | 10 | 0 | 6 | 9 | 9C | 2C | 53 |
| Octal | 302 | 347 | 330 | 20 | 0 | 6 | 11 | 234 | 54 | 123 |
| Binary | 11000010 | 11100111 | 11011000 | 10000 | 0 | 110 | 1001 | 10011100 | 101100 | 1010011 |
Color Harmonies of #C2E7D8
Complementary color
Monochromatic Colors of #C2E7D8
Black with #C2E7D8
Text Example
Text Example
White with #C2E7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E7D8; }
p { color: rgb(194,231,216); }
H1.HeaderClassName
{
color: #C2E7D8;
}
.AnyTagClassName
{
color: #C2E7D8;
}
</style>
background-color css
<style>
a { background-color: #C2E7D8; }
a { background-color: rgb(194,231,216); }
div.DivClassName
{
background-color: #C2E7D8;
}
.BgClassName
{
background-color: #C2E7D8;
}
</style>
border-color css
<style>
span { border-color: #C2E7D8; }
span { border-color: rgb(194,231,216); }
td.TdClassName
{
border-color: #C2E7D8;
}
.TagClassName
{
border-color: #C2E7D8;
}
</style>