Shades of Aero Blue #C5FFD9
Tints of Aero Blue #C5FFD9
RGB
CMYK
RGB Variations
Color information
#C5FFD9 (or 0xC5FFD9) is known color: Aero Blue. HEX triplet: C5, FF and D9. RGB value is (197,255,217). Sum of RGB (Red+Green+Blue) = 197+255+217=669 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.45% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 217 (85.16% from 255 or 32.44% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FFD9 is #3A0026. Grayscale: #E9E9E9. Windows color (decimal): -3801127 or 14286789. OLE color: 14286789.
HSL color Cylindrical-coordinate representation of color #C5FFD9: hue angle of 140.69º 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 #C5FFD9 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 197 | 255 | 217 | - |
CMYK | 0.23 | 0 | 0.15 | 0 |
HSL | 140.69º | 1% | 0.89% | - |
HSV(B) | 140.69º | 0.23% | 1% | - |
XYZ | 71.31 | 88.4 | 78.95 | - |
YUV | 233.33 | 118.78 | 102.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 255 | 217 | 0.23 | 0 | 0.15 | 0 | 140.69 | 1 | 0.89 |
Hex | C5 | FF | D9 | 17 | 0 | F | 0 | 8D | 64 | 59 |
Octal | 305 | 377 | 331 | 27 | 0 | 17 | 0 | 215 | 144 | 131 |
Binary | 11000101 | 11111111 | 11011001 | 10111 | 0 | 1111 | 0 | 10001101 | 1100100 | 1011001 |
Color Harmonies of #C5FFD9
Complementary color
Monochromatic Colors of #C5FFD9
Black with #C5FFD9
Text Example
Text Example
White with #C5FFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFD9; }
p { color: rgb(197,255,217); }
H1.HeaderClassName
{
color: #C5FFD9;
}
.AnyTagClassName
{
color: #C5FFD9;
}
</style>
background-color css
<style>
a { background-color: #C5FFD9; }
a { background-color: rgb(197,255,217); }
div.DivClassName
{
background-color: #C5FFD9;
}
.BgClassName
{
background-color: #C5FFD9;
}
</style>
border-color css
<style>
span { border-color: #C5FFD9; }
span { border-color: rgb(197,255,217); }
td.TdClassName
{
border-color: #C5FFD9;
}
.TagClassName
{
border-color: #C5FFD9;
}
</style>