Shades of Aero Blue #C5FEDA
Tints of Aero Blue #C5FEDA
RGB
CMYK
RGB Variations
Color information
#C5FEDA (or 0xC5FEDA) is known color: Aero Blue. HEX triplet: C5, FE and DA. RGB value is (197,254,218). Sum of RGB (Red+Green+Blue) = 197+254+218=669 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.45% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FEDA is #3A0125. Grayscale: #E8E8E8. Windows color (decimal): -3801382 or 14352069. OLE color: 14352069.
HSL color Cylindrical-coordinate representation of color #C5FEDA: hue angle of 142.11º 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 #C5FEDA is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 197 | 254 | 218 | - |
CMYK | 0.22 | 0 | 0.14 | 0.00 |
HSL | 142.11º | 0.97% | 0.88% | - |
HSV(B) | 142.11º | 0.22% | 1% | - |
XYZ | 71.12 | 87.82 | 79.53 | - |
YUV | 232.85 | 119.62 | 102.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 254 | 218 | 0.22 | 0 | 0.14 | 0.00 | 142.11 | 0.97 | 0.88 |
Hex | C5 | FE | DA | 16 | 0 | E | 0 | 8E | 61 | 58 |
Octal | 305 | 376 | 332 | 26 | 0 | 16 | 0 | 216 | 141 | 130 |
Binary | 11000101 | 11111110 | 11011010 | 10110 | 0 | 1110 | 0 | 10001110 | 1100001 | 1011000 |
Color Harmonies of #C5FEDA
Complementary color
Monochromatic Colors of #C5FEDA
Black with #C5FEDA
Text Example
Text Example
White with #C5FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FEDA; }
p { color: rgb(197,254,218); }
H1.HeaderClassName
{
color: #C5FEDA;
}
.AnyTagClassName
{
color: #C5FEDA;
}
</style>
background-color css
<style>
a { background-color: #C5FEDA; }
a { background-color: rgb(197,254,218); }
div.DivClassName
{
background-color: #C5FEDA;
}
.BgClassName
{
background-color: #C5FEDA;
}
</style>
border-color css
<style>
span { border-color: #C5FEDA; }
span { border-color: rgb(197,254,218); }
td.TdClassName
{
border-color: #C5FEDA;
}
.TagClassName
{
border-color: #C5FEDA;
}
</style>