Shades of Aero Blue #C2EDDA
Tints of Aero Blue #C2EDDA
RGB
CMYK
RGB Variations
Color information
#C2EDDA (or 0xC2EDDA) is known color: Aero Blue. HEX triplet: C2, ED and DA. RGB value is (194,237,218). Sum of RGB (Red+Green+Blue) = 194+237+218=649 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.89% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EDDA is #3D1225. Grayscale: #DEDEDE. Windows color (decimal): -4002342 or 14347714. OLE color: 14347714.
HSL color Cylindrical-coordinate representation of color #C2EDDA: hue angle of 153.49º degrees, saturation: 0.54, 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 #C2EDDA is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 218 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.07 |
| HSL | 153.49º | 0.54% | 0.85% | - |
| HSV(B) | 153.49º | 0.18% | 0.93% | - |
| XYZ | 65.19 | 77.1 | 77.78 | - |
| YUV | 221.98 | 125.75 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 218 | 0.18 | 0 | 0.08 | 0.07 | 153.49 | 0.54 | 0.85 |
| Hex | C2 | ED | DA | 12 | 0 | 8 | 7 | 99 | 36 | 55 |
| Octal | 302 | 355 | 332 | 22 | 0 | 10 | 7 | 231 | 66 | 125 |
| Binary | 11000010 | 11101101 | 11011010 | 10010 | 0 | 1000 | 111 | 10011001 | 110110 | 1010101 |
Color Harmonies of #C2EDDA
Complementary color
Monochromatic Colors of #C2EDDA
Black with #C2EDDA
Text Example
Text Example
White with #C2EDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EDDA; }
p { color: rgb(194,237,218); }
H1.HeaderClassName
{
color: #C2EDDA;
}
.AnyTagClassName
{
color: #C2EDDA;
}
</style>
background-color css
<style>
a { background-color: #C2EDDA; }
a { background-color: rgb(194,237,218); }
div.DivClassName
{
background-color: #C2EDDA;
}
.BgClassName
{
background-color: #C2EDDA;
}
</style>
border-color css
<style>
span { border-color: #C2EDDA; }
span { border-color: rgb(194,237,218); }
td.TdClassName
{
border-color: #C2EDDA;
}
.TagClassName
{
border-color: #C2EDDA;
}
</style>