Shades of Aero Blue #C2EED9
Tints of Aero Blue #C2EED9
RGB
CMYK
RGB Variations
Color information
#C2EED9 (or 0xC2EED9) is known color: Aero Blue. HEX triplet: C2, EE and D9. RGB value is (194,238,217). Sum of RGB (Red+Green+Blue) = 194+238+217=649 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.89% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EED9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EED9 is #3D1126. Grayscale: #DEDEDE. Windows color (decimal): -4002087 or 14282434. OLE color: 14282434.
HSL color Cylindrical-coordinate representation of color #C2EED9: hue angle of 151.36º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2EED9 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 238 | 217 | - |
CMYK | 0.18 | 0 | 0.09 | 0.07 |
HSL | 151.36º | 0.56% | 0.85% | - |
HSV(B) | 151.36º | 0.18% | 0.93% | - |
XYZ | 65.35 | 77.63 | 77.19 | - |
YUV | 222.45 | 124.92 | 107.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 238 | 217 | 0.18 | 0 | 0.09 | 0.07 | 151.36 | 0.56 | 0.85 |
Hex | C2 | EE | D9 | 12 | 0 | 9 | 7 | 97 | 38 | 55 |
Octal | 302 | 356 | 331 | 22 | 0 | 11 | 7 | 227 | 70 | 125 |
Binary | 11000010 | 11101110 | 11011001 | 10010 | 0 | 1001 | 111 | 10010111 | 111000 | 1010101 |
Color Harmonies of #C2EED9
Complementary color
Monochromatic Colors of #C2EED9
Black with #C2EED9
Text Example
Text Example
White with #C2EED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EED9; }
p { color: rgb(194,238,217); }
H1.HeaderClassName
{
color: #C2EED9;
}
.AnyTagClassName
{
color: #C2EED9;
}
</style>
background-color css
<style>
a { background-color: #C2EED9; }
a { background-color: rgb(194,238,217); }
div.DivClassName
{
background-color: #C2EED9;
}
.BgClassName
{
background-color: #C2EED9;
}
</style>
border-color css
<style>
span { border-color: #C2EED9; }
span { border-color: rgb(194,238,217); }
td.TdClassName
{
border-color: #C2EED9;
}
.TagClassName
{
border-color: #C2EED9;
}
</style>