Shades of Aero Blue #C5E5D7
Tints of Aero Blue #C5E5D7
RGB
CMYK
RGB Variations
Color information
#C5E5D7 (or 0xC5E5D7) is known color: Aero Blue. HEX triplet: C5, E5 and D7. RGB value is (197,229,215). Sum of RGB (Red+Green+Blue) = 197+229+215=641 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.73% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 215 (84.38% from 255 or 33.54% from 641); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E5D7 is #3A1A28. Grayscale: #D9D9D9. Windows color (decimal): -3807785 or 14149061. OLE color: 14149061.
HSL color Cylindrical-coordinate representation of color #C5E5D7: hue angle of 153.75º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5E5D7 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 229 | 215 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.10 |
| HSL | 153.75º | 0.38% | 0.84% | - |
| HSV(B) | 153.75º | 0.14% | 0.9% | - |
| XYZ | 63.31 | 72.82 | 75.01 | - |
| YUV | 217.84 | 126.4 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 229 | 215 | 0.14 | 0 | 0.06 | 0.10 | 153.75 | 0.38 | 0.84 |
| Hex | C5 | E5 | D7 | E | 0 | 6 | A | 9A | 26 | 54 |
| Octal | 305 | 345 | 327 | 16 | 0 | 6 | 12 | 232 | 46 | 124 |
| Binary | 11000101 | 11100101 | 11010111 | 1110 | 0 | 110 | 1010 | 10011010 | 100110 | 1010100 |
Color Harmonies of #C5E5D7
Complementary color
Monochromatic Colors of #C5E5D7
Black with #C5E5D7
Text Example
Text Example
White with #C5E5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E5D7; }
p { color: rgb(197,229,215); }
H1.HeaderClassName
{
color: #C5E5D7;
}
.AnyTagClassName
{
color: #C5E5D7;
}
</style>
background-color css
<style>
a { background-color: #C5E5D7; }
a { background-color: rgb(197,229,215); }
div.DivClassName
{
background-color: #C5E5D7;
}
.BgClassName
{
background-color: #C5E5D7;
}
</style>
border-color css
<style>
span { border-color: #C5E5D7; }
span { border-color: rgb(197,229,215); }
td.TdClassName
{
border-color: #C5E5D7;
}
.TagClassName
{
border-color: #C5E5D7;
}
</style>