Shades of Aero Blue #C2E9D4
Tints of Aero Blue #C2E9D4
RGB
CMYK
RGB Variations
Color information
#C2E9D4 (or 0xC2E9D4) is known color: Aero Blue. HEX triplet: C2, E9 and D4. RGB value is (194,233,212). Sum of RGB (Red+Green+Blue) = 194+233+212=639 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.36% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E9D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2E9D4 is #3D162B. Grayscale: #DADADA. Windows color (decimal): -4003372 or 13953474. OLE color: 13953474.
HSL color Cylindrical-coordinate representation of color #C2E9D4: hue angle of 147.69º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2E9D4 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
RGB | 194 | 233 | 212 | - |
CMYK | 0.17 | 0 | 0.09 | 0.09 |
HSL | 147.69º | 0.47% | 0.84% | - |
HSV(B) | 147.69º | 0.17% | 0.91% | - |
XYZ | 63.27 | 74.5 | 73.33 | - |
YUV | 218.95 | 124.08 | 110.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 233 | 212 | 0.17 | 0 | 0.09 | 0.09 | 147.69 | 0.47 | 0.84 |
Hex | C2 | E9 | D4 | 11 | 0 | 9 | 9 | 94 | 2F | 54 |
Octal | 302 | 351 | 324 | 21 | 0 | 11 | 11 | 224 | 57 | 124 |
Binary | 11000010 | 11101001 | 11010100 | 10001 | 0 | 1001 | 1001 | 10010100 | 101111 | 1010100 |
Color Harmonies of #C2E9D4
Complementary color
Monochromatic Colors of #C2E9D4
Black with #C2E9D4
Text Example
Text Example
White with #C2E9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E9D4; }
p { color: rgb(194,233,212); }
H1.HeaderClassName
{
color: #C2E9D4;
}
.AnyTagClassName
{
color: #C2E9D4;
}
</style>
background-color css
<style>
a { background-color: #C2E9D4; }
a { background-color: rgb(194,233,212); }
div.DivClassName
{
background-color: #C2E9D4;
}
.BgClassName
{
background-color: #C2E9D4;
}
</style>
border-color css
<style>
span { border-color: #C2E9D4; }
span { border-color: rgb(194,233,212); }
td.TdClassName
{
border-color: #C2E9D4;
}
.TagClassName
{
border-color: #C2E9D4;
}
</style>