Shades of Aero Blue #C5FFDF
Tints of Aero Blue #C5FFDF
RGB
CMYK
RGB Variations
Color information
#C5FFDF (or 0xC5FFDF) is known color: Aero Blue. HEX triplet: C5, FF and DF. RGB value is (197,255,223). Sum of RGB (Red+Green+Blue) = 197+255+223=675 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.19% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FFDF is #3A0020. Grayscale: #EAEAEA. Windows color (decimal): -3801121 or 14680005. OLE color: 14680005.
HSL color Cylindrical-coordinate representation of color #C5FFDF: hue angle of 146.9º 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 #C5FFDF is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 223 | - |
| CMYK | 0.23 | 0 | 0.13 | 0 |
| HSL | 146.9º | 1% | 0.89% | - |
| HSV(B) | 146.9º | 0.23% | 1% | - |
| XYZ | 72.11 | 88.72 | 83.14 | - |
| YUV | 234.01 | 121.78 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 223 | 0.23 | 0 | 0.13 | 0 | 146.9 | 1 | 0.89 |
| Hex | C5 | FF | DF | 17 | 0 | D | 0 | 93 | 64 | 59 |
| Octal | 305 | 377 | 337 | 27 | 0 | 15 | 0 | 223 | 144 | 131 |
| Binary | 11000101 | 11111111 | 11011111 | 10111 | 0 | 1101 | 0 | 10010011 | 1100100 | 1011001 |
Color Harmonies of #C5FFDF
Complementary color
Monochromatic Colors of #C5FFDF
Black with #C5FFDF
Text Example
Text Example
White with #C5FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFDF; }
p { color: rgb(197,255,223); }
H1.HeaderClassName
{
color: #C5FFDF;
}
.AnyTagClassName
{
color: #C5FFDF;
}
</style>
background-color css
<style>
a { background-color: #C5FFDF; }
a { background-color: rgb(197,255,223); }
div.DivClassName
{
background-color: #C5FFDF;
}
.BgClassName
{
background-color: #C5FFDF;
}
</style>
border-color css
<style>
span { border-color: #C5FFDF; }
span { border-color: rgb(197,255,223); }
td.TdClassName
{
border-color: #C5FFDF;
}
.TagClassName
{
border-color: #C5FFDF;
}
</style>