Shades of Aero Blue #C4FFDD
Tints of Aero Blue #C4FFDD
RGB
CMYK
RGB Variations
Color information
#C4FFDD (or 0xC4FFDD) is known color: Aero Blue. HEX triplet: C4, FF and DD. RGB value is (196,255,221). Sum of RGB (Red+Green+Blue) = 196+255+221=672 (89% of max value = 765). Red value is 196 (76.95% from 255 or 29.17% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FFDD is #3B0022. Grayscale: #E9E9E9. Windows color (decimal): -3866659 or 14548932. OLE color: 14548932.
HSL color Cylindrical-coordinate representation of color #C4FFDD: hue angle of 145.42º 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 #C4FFDD is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 221 | - |
| CMYK | 0.23 | 0 | 0.13 | 0 |
| HSL | 145.42º | 1% | 0.88% | - |
| HSV(B) | 145.42º | 0.23% | 1% | - |
| XYZ | 71.58 | 88.48 | 81.71 | - |
| YUV | 233.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 221 | 0.23 | 0 | 0.13 | 0 | 145.42 | 1 | 0.88 |
| Hex | C4 | FF | DD | 17 | 0 | D | 0 | 91 | 64 | 58 |
| Octal | 304 | 377 | 335 | 27 | 0 | 15 | 0 | 221 | 144 | 130 |
| Binary | 11000100 | 11111111 | 11011101 | 10111 | 0 | 1101 | 0 | 10010001 | 1100100 | 1011000 |
Color Harmonies of #C4FFDD
Complementary color
Monochromatic Colors of #C4FFDD
Black with #C4FFDD
Text Example
Text Example
White with #C4FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FFDD; }
p { color: rgb(196,255,221); }
H1.HeaderClassName
{
color: #C4FFDD;
}
.AnyTagClassName
{
color: #C4FFDD;
}
</style>
background-color css
<style>
a { background-color: #C4FFDD; }
a { background-color: rgb(196,255,221); }
div.DivClassName
{
background-color: #C4FFDD;
}
.BgClassName
{
background-color: #C4FFDD;
}
</style>
border-color css
<style>
span { border-color: #C4FFDD; }
span { border-color: rgb(196,255,221); }
td.TdClassName
{
border-color: #C4FFDD;
}
.TagClassName
{
border-color: #C4FFDD;
}
</style>