Shades of Aero Blue #C5E9D5
Tints of Aero Blue #C5E9D5
RGB
CMYK
RGB Variations
Color information
#C5E9D5 (or 0xC5E9D5) is known color: Aero Blue. HEX triplet: C5, E9 and D5. RGB value is (197,233,213). Sum of RGB (Red+Green+Blue) = 197+233+213=643 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.64% from 643); Green value is 233 (91.41% from 255 or 36.24% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E9D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5E9D5 is #3A162A. Grayscale: #DCDCDC. Windows color (decimal): -3806763 or 14019013. OLE color: 14019013.
HSL color Cylindrical-coordinate representation of color #C5E9D5: hue angle of 146.67º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5E9D5 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
RGB | 197 | 233 | 213 | - |
CMYK | 0.15 | 0 | 0.09 | 0.09 |
HSL | 146.67º | 0.45% | 0.84% | - |
HSV(B) | 146.67º | 0.15% | 0.91% | - |
XYZ | 64.18 | 74.95 | 74.04 | - |
YUV | 219.96 | 124.07 | 111.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 233 | 213 | 0.15 | 0 | 0.09 | 0.09 | 146.67 | 0.45 | 0.84 |
Hex | C5 | E9 | D5 | F | 0 | 9 | 9 | 93 | 2D | 54 |
Octal | 305 | 351 | 325 | 17 | 0 | 11 | 11 | 223 | 55 | 124 |
Binary | 11000101 | 11101001 | 11010101 | 1111 | 0 | 1001 | 1001 | 10010011 | 101101 | 1010100 |
Color Harmonies of #C5E9D5
Complementary color
Monochromatic Colors of #C5E9D5
Black with #C5E9D5
Text Example
Text Example
White with #C5E9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E9D5; }
p { color: rgb(197,233,213); }
H1.HeaderClassName
{
color: #C5E9D5;
}
.AnyTagClassName
{
color: #C5E9D5;
}
</style>
background-color css
<style>
a { background-color: #C5E9D5; }
a { background-color: rgb(197,233,213); }
div.DivClassName
{
background-color: #C5E9D5;
}
.BgClassName
{
background-color: #C5E9D5;
}
</style>
border-color css
<style>
span { border-color: #C5E9D5; }
span { border-color: rgb(197,233,213); }
td.TdClassName
{
border-color: #C5E9D5;
}
.TagClassName
{
border-color: #C5E9D5;
}
</style>