Shades of Aero Blue #C5FEDC
Tints of Aero Blue #C5FEDC
RGB
CMYK
RGB Variations
Color information
#C5FEDC (or 0xC5FEDC) is known color: Aero Blue. HEX triplet: C5, FE and DC. RGB value is (197,254,220). Sum of RGB (Red+Green+Blue) = 197+254+220=671 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.36% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FEDC is #3A0123. Grayscale: #E9E9E9. Windows color (decimal): -3801380 or 14483141. OLE color: 14483141.
HSL color Cylindrical-coordinate representation of color #C5FEDC: hue angle of 144.21º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FEDC is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 254 | 220 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.00 |
| HSL | 144.21º | 0.97% | 0.88% | - |
| HSV(B) | 144.21º | 0.22% | 1% | - |
| XYZ | 71.39 | 87.92 | 80.92 | - |
| YUV | 233.08 | 120.62 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 254 | 220 | 0.22 | 0 | 0.13 | 0.00 | 144.21 | 0.97 | 0.88 |
| Hex | C5 | FE | DC | 16 | 0 | D | 0 | 90 | 61 | 58 |
| Octal | 305 | 376 | 334 | 26 | 0 | 15 | 0 | 220 | 141 | 130 |
| Binary | 11000101 | 11111110 | 11011100 | 10110 | 0 | 1101 | 0 | 10010000 | 1100001 | 1011000 |
Color Harmonies of #C5FEDC
Complementary color
Monochromatic Colors of #C5FEDC
Black with #C5FEDC
Text Example
Text Example
White with #C5FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FEDC; }
p { color: rgb(197,254,220); }
H1.HeaderClassName
{
color: #C5FEDC;
}
.AnyTagClassName
{
color: #C5FEDC;
}
</style>
background-color css
<style>
a { background-color: #C5FEDC; }
a { background-color: rgb(197,254,220); }
div.DivClassName
{
background-color: #C5FEDC;
}
.BgClassName
{
background-color: #C5FEDC;
}
</style>
border-color css
<style>
span { border-color: #C5FEDC; }
span { border-color: rgb(197,254,220); }
td.TdClassName
{
border-color: #C5FEDC;
}
.TagClassName
{
border-color: #C5FEDC;
}
</style>