Shades of Aero Blue #C5FFDC
Tints of Aero Blue #C5FFDC
RGB
CMYK
RGB Variations
Color information
#C5FFDC (or 0xC5FFDC) is known color: Aero Blue. HEX triplet: C5, FF and DC. RGB value is (197,255,220). Sum of RGB (Red+Green+Blue) = 197+255+220=672 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.32% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FFDC is #3A0023. Grayscale: #E9E9E9. Windows color (decimal): -3801124 or 14483397. OLE color: 14483397.
HSL color Cylindrical-coordinate representation of color #C5FFDC: hue angle of 143.79º 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 #C5FFDC is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 220 | - |
| CMYK | 0.23 | 0 | 0.14 | 0 |
| HSL | 143.79º | 1% | 0.89% | - |
| HSV(B) | 143.79º | 0.23% | 1% | - |
| XYZ | 71.7 | 88.56 | 81.02 | - |
| YUV | 233.67 | 120.28 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 220 | 0.23 | 0 | 0.14 | 0 | 143.79 | 1 | 0.89 |
| Hex | C5 | FF | DC | 17 | 0 | E | 0 | 90 | 64 | 59 |
| Octal | 305 | 377 | 334 | 27 | 0 | 16 | 0 | 220 | 144 | 131 |
| Binary | 11000101 | 11111111 | 11011100 | 10111 | 0 | 1110 | 0 | 10010000 | 1100100 | 1011001 |
Color Harmonies of #C5FFDC
Complementary color
Monochromatic Colors of #C5FFDC
Black with #C5FFDC
Text Example
Text Example
White with #C5FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFDC; }
p { color: rgb(197,255,220); }
H1.HeaderClassName
{
color: #C5FFDC;
}
.AnyTagClassName
{
color: #C5FFDC;
}
</style>
background-color css
<style>
a { background-color: #C5FFDC; }
a { background-color: rgb(197,255,220); }
div.DivClassName
{
background-color: #C5FFDC;
}
.BgClassName
{
background-color: #C5FFDC;
}
</style>
border-color css
<style>
span { border-color: #C5FFDC; }
span { border-color: rgb(197,255,220); }
td.TdClassName
{
border-color: #C5FFDC;
}
.TagClassName
{
border-color: #C5FFDC;
}
</style>