Shades of Aero Blue #C4FFDC
Tints of Aero Blue #C4FFDC
RGB
CMYK
RGB Variations
Color information
#C4FFDC (or 0xC4FFDC) is known color: Aero Blue. HEX triplet: C4, FF and DC. RGB value is (196,255,220). Sum of RGB (Red+Green+Blue) = 196+255+220=671 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.21% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FFDC is #3B0023. Grayscale: #E9E9E9. Windows color (decimal): -3866660 or 14483396. OLE color: 14483396.
HSL color Cylindrical-coordinate representation of color #C4FFDC: hue angle of 144.41º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4FFDC is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 220 | - |
| CMYK | 0.23 | 0 | 0.14 | 0 |
| HSL | 144.41º | 1% | 0.88% | - |
| HSV(B) | 144.41º | 0.23% | 1% | - |
| XYZ | 71.44 | 88.42 | 81.01 | - |
| YUV | 233.37 | 120.45 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 220 | 0.23 | 0 | 0.14 | 0 | 144.41 | 1 | 0.88 |
| Hex | C4 | FF | DC | 17 | 0 | E | 0 | 90 | 64 | 58 |
| Octal | 304 | 377 | 334 | 27 | 0 | 16 | 0 | 220 | 144 | 130 |
| Binary | 11000100 | 11111111 | 11011100 | 10111 | 0 | 1110 | 0 | 10010000 | 1100100 | 1011000 |
Color Harmonies of #C4FFDC
Complementary color
Monochromatic Colors of #C4FFDC
Black with #C4FFDC
Text Example
Text Example
White with #C4FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FFDC; }
p { color: rgb(196,255,220); }
H1.HeaderClassName
{
color: #C4FFDC;
}
.AnyTagClassName
{
color: #C4FFDC;
}
</style>
background-color css
<style>
a { background-color: #C4FFDC; }
a { background-color: rgb(196,255,220); }
div.DivClassName
{
background-color: #C4FFDC;
}
.BgClassName
{
background-color: #C4FFDC;
}
</style>
border-color css
<style>
span { border-color: #C4FFDC; }
span { border-color: rgb(196,255,220); }
td.TdClassName
{
border-color: #C4FFDC;
}
.TagClassName
{
border-color: #C4FFDC;
}
</style>