Shades of Aero Blue #C2FEDC
Tints of Aero Blue #C2FEDC
RGB
CMYK
RGB Variations
Color information
#C2FEDC (or 0xC2FEDC) is known color: Aero Blue. HEX triplet: C2, FE and DC. RGB value is (194,254,220). Sum of RGB (Red+Green+Blue) = 194+254+220=668 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.04% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FEDC is #3D0123. Grayscale: #E8E8E8. Windows color (decimal): -3997988 or 14483138. OLE color: 14483138.
HSL color Cylindrical-coordinate representation of color #C2FEDC: hue angle of 146º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FEDC is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 220 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.00 |
| HSL | 146º | 0.97% | 0.88% | - |
| HSV(B) | 146º | 0.24% | 1% | - |
| XYZ | 70.61 | 87.52 | 80.88 | - |
| YUV | 232.18 | 121.12 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 220 | 0.24 | 0 | 0.13 | 0.00 | 146 | 0.97 | 0.88 |
| Hex | C2 | FE | DC | 18 | 0 | D | 0 | 92 | 61 | 58 |
| Octal | 302 | 376 | 334 | 30 | 0 | 15 | 0 | 222 | 141 | 130 |
| Binary | 11000010 | 11111110 | 11011100 | 11000 | 0 | 1101 | 0 | 10010010 | 1100001 | 1011000 |
Color Harmonies of #C2FEDC
Complementary color
Monochromatic Colors of #C2FEDC
Black with #C2FEDC
Text Example
Text Example
White with #C2FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FEDC; }
p { color: rgb(194,254,220); }
H1.HeaderClassName
{
color: #C2FEDC;
}
.AnyTagClassName
{
color: #C2FEDC;
}
</style>
background-color css
<style>
a { background-color: #C2FEDC; }
a { background-color: rgb(194,254,220); }
div.DivClassName
{
background-color: #C2FEDC;
}
.BgClassName
{
background-color: #C2FEDC;
}
</style>
border-color css
<style>
span { border-color: #C2FEDC; }
span { border-color: rgb(194,254,220); }
td.TdClassName
{
border-color: #C2FEDC;
}
.TagClassName
{
border-color: #C2FEDC;
}
</style>