Shades of Aero Blue #C5FFDD
Tints of Aero Blue #C5FFDD
RGB
CMYK
RGB Variations
Color information
#C5FFDD (or 0xC5FFDD) is known color: Aero Blue. HEX triplet: C5, FF and DD. RGB value is (197,255,221). Sum of RGB (Red+Green+Blue) = 197+255+221=673 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.27% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FFDD is #3A0022. Grayscale: #E9E9E9. Windows color (decimal): -3801123 or 14548933. OLE color: 14548933.
HSL color Cylindrical-coordinate representation of color #C5FFDD: hue angle of 144.83º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5FFDD is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 221 | - |
| CMYK | 0.23 | 0 | 0.13 | 0 |
| HSL | 144.83º | 1% | 0.89% | - |
| HSV(B) | 144.83º | 0.23% | 1% | - |
| XYZ | 71.84 | 88.61 | 81.72 | - |
| YUV | 233.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 221 | 0.23 | 0 | 0.13 | 0 | 144.83 | 1 | 0.89 |
| Hex | C5 | FF | DD | 17 | 0 | D | 0 | 91 | 64 | 59 |
| Octal | 305 | 377 | 335 | 27 | 0 | 15 | 0 | 221 | 144 | 131 |
| Binary | 11000101 | 11111111 | 11011101 | 10111 | 0 | 1101 | 0 | 10010001 | 1100100 | 1011001 |
Color Harmonies of #C5FFDD
Complementary color
Monochromatic Colors of #C5FFDD
Black with #C5FFDD
Text Example
Text Example
White with #C5FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFDD; }
p { color: rgb(197,255,221); }
H1.HeaderClassName
{
color: #C5FFDD;
}
.AnyTagClassName
{
color: #C5FFDD;
}
</style>
background-color css
<style>
a { background-color: #C5FFDD; }
a { background-color: rgb(197,255,221); }
div.DivClassName
{
background-color: #C5FFDD;
}
.BgClassName
{
background-color: #C5FFDD;
}
</style>
border-color css
<style>
span { border-color: #C5FFDD; }
span { border-color: rgb(197,255,221); }
td.TdClassName
{
border-color: #C5FFDD;
}
.TagClassName
{
border-color: #C5FFDD;
}
</style>