Shades of Aero Blue #C4FEDD
Tints of Aero Blue #C4FEDD
RGB
CMYK
RGB Variations
Color information
#C4FEDD (or 0xC4FEDD) is known color: Aero Blue. HEX triplet: C4, FE and DD. RGB value is (196,254,221). Sum of RGB (Red+Green+Blue) = 196+254+221=671 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.21% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FEDD is #3B0122. Grayscale: #E8E8E8. Windows color (decimal): -3866915 or 14548676. OLE color: 14548676.
HSL color Cylindrical-coordinate representation of color #C4FEDD: hue angle of 145.86º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4FEDD is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 196 | 254 | 221 | - |
CMYK | 0.23 | 0 | 0.13 | 0.00 |
HSL | 145.86º | 0.97% | 0.88% | - |
HSV(B) | 145.86º | 0.23% | 1% | - |
XYZ | 71.26 | 87.84 | 81.61 | - |
YUV | 232.9 | 121.28 | 101.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 254 | 221 | 0.23 | 0 | 0.13 | 0.00 | 145.86 | 0.97 | 0.88 |
Hex | C4 | FE | DD | 17 | 0 | D | 0 | 92 | 61 | 58 |
Octal | 304 | 376 | 335 | 27 | 0 | 15 | 0 | 222 | 141 | 130 |
Binary | 11000100 | 11111110 | 11011101 | 10111 | 0 | 1101 | 0 | 10010010 | 1100001 | 1011000 |
Color Harmonies of #C4FEDD
Complementary color
Monochromatic Colors of #C4FEDD
Black with #C4FEDD
Text Example
Text Example
White with #C4FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FEDD; }
p { color: rgb(196,254,221); }
H1.HeaderClassName
{
color: #C4FEDD;
}
.AnyTagClassName
{
color: #C4FEDD;
}
</style>
background-color css
<style>
a { background-color: #C4FEDD; }
a { background-color: rgb(196,254,221); }
div.DivClassName
{
background-color: #C4FEDD;
}
.BgClassName
{
background-color: #C4FEDD;
}
</style>
border-color css
<style>
span { border-color: #C4FEDD; }
span { border-color: rgb(196,254,221); }
td.TdClassName
{
border-color: #C4FEDD;
}
.TagClassName
{
border-color: #C4FEDD;
}
</style>