Shades of Aero Blue #C2FEDA
Tints of Aero Blue #C2FEDA
RGB
CMYK
RGB Variations
Color information
#C2FEDA (or 0xC2FEDA) is known color: Aero Blue. HEX triplet: C2, FE and DA. RGB value is (194,254,218). Sum of RGB (Red+Green+Blue) = 194+254+218=666 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.13% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FEDA is #3D0125. Grayscale: #E8E8E8. Windows color (decimal): -3997990 or 14352066. OLE color: 14352066.
HSL color Cylindrical-coordinate representation of color #C2FEDA: hue angle of 144º 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 #C2FEDA is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 218 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.00 |
| HSL | 144º | 0.97% | 0.88% | - |
| HSV(B) | 144º | 0.24% | 1% | - |
| XYZ | 70.34 | 87.41 | 79.49 | - |
| YUV | 231.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 218 | 0.24 | 0 | 0.14 | 0.00 | 144 | 0.97 | 0.88 |
| Hex | C2 | FE | DA | 18 | 0 | E | 0 | 90 | 61 | 58 |
| Octal | 302 | 376 | 332 | 30 | 0 | 16 | 0 | 220 | 141 | 130 |
| Binary | 11000010 | 11111110 | 11011010 | 11000 | 0 | 1110 | 0 | 10010000 | 1100001 | 1011000 |
Color Harmonies of #C2FEDA
Complementary color
Monochromatic Colors of #C2FEDA
Black with #C2FEDA
Text Example
Text Example
White with #C2FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FEDA; }
p { color: rgb(194,254,218); }
H1.HeaderClassName
{
color: #C2FEDA;
}
.AnyTagClassName
{
color: #C2FEDA;
}
</style>
background-color css
<style>
a { background-color: #C2FEDA; }
a { background-color: rgb(194,254,218); }
div.DivClassName
{
background-color: #C2FEDA;
}
.BgClassName
{
background-color: #C2FEDA;
}
</style>
border-color css
<style>
span { border-color: #C2FEDA; }
span { border-color: rgb(194,254,218); }
td.TdClassName
{
border-color: #C2FEDA;
}
.TagClassName
{
border-color: #C2FEDA;
}
</style>