Shades of Aero Blue #C2EAD8
Tints of Aero Blue #C2EAD8
RGB
CMYK
RGB Variations
Color information
#C2EAD8 (or 0xC2EAD8) is known color: Aero Blue. HEX triplet: C2, EA and D8. RGB value is (194,234,216). Sum of RGB (Red+Green+Blue) = 194+234+216=644 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.12% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EAD8 is #3D1527. Grayscale: #DCDCDC. Windows color (decimal): -4003112 or 14215874. OLE color: 14215874.
HSL color Cylindrical-coordinate representation of color #C2EAD8: hue angle of 153º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2EAD8 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 216 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.08 |
| HSL | 153º | 0.49% | 0.84% | - |
| HSV(B) | 153º | 0.17% | 0.92% | - |
| XYZ | 64.07 | 75.27 | 76.12 | - |
| YUV | 219.99 | 125.75 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 216 | 0.17 | 0 | 0.08 | 0.08 | 153 | 0.49 | 0.84 |
| Hex | C2 | EA | D8 | 11 | 0 | 8 | 8 | 99 | 31 | 54 |
| Octal | 302 | 352 | 330 | 21 | 0 | 10 | 10 | 231 | 61 | 124 |
| Binary | 11000010 | 11101010 | 11011000 | 10001 | 0 | 1000 | 1000 | 10011001 | 110001 | 1010100 |
Color Harmonies of #C2EAD8
Complementary color
Monochromatic Colors of #C2EAD8
Black with #C2EAD8
Text Example
Text Example
White with #C2EAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EAD8; }
p { color: rgb(194,234,216); }
H1.HeaderClassName
{
color: #C2EAD8;
}
.AnyTagClassName
{
color: #C2EAD8;
}
</style>
background-color css
<style>
a { background-color: #C2EAD8; }
a { background-color: rgb(194,234,216); }
div.DivClassName
{
background-color: #C2EAD8;
}
.BgClassName
{
background-color: #C2EAD8;
}
</style>
border-color css
<style>
span { border-color: #C2EAD8; }
span { border-color: rgb(194,234,216); }
td.TdClassName
{
border-color: #C2EAD8;
}
.TagClassName
{
border-color: #C2EAD8;
}
</style>