Shades of Aero Blue #C5E8D5
Tints of Aero Blue #C5E8D5
RGB
CMYK
RGB Variations
Color information
#C5E8D5 (or 0xC5E8D5) is known color: Aero Blue. HEX triplet: C5, E8 and D5. RGB value is (197,232,213). Sum of RGB (Red+Green+Blue) = 197+232+213=642 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.69% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 232 - color contains mainly: green. Hex color #C5E8D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5E8D5 is #3A172A. Grayscale: #DBDBDB. Windows color (decimal): -3807019 or 14018757. OLE color: 14018757.
HSL color Cylindrical-coordinate representation of color #C5E8D5: hue angle of 147.43º degrees, saturation: 0.43, 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 #C5E8D5 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
RGB | 197 | 232 | 213 | - |
CMYK | 0.15 | 0 | 0.08 | 0.09 |
HSL | 147.43º | 0.43% | 0.84% | - |
HSV(B) | 147.43º | 0.15% | 0.91% | - |
XYZ | 63.89 | 74.39 | 73.94 | - |
YUV | 219.37 | 124.4 | 112.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 232 | 213 | 0.15 | 0 | 0.08 | 0.09 | 147.43 | 0.43 | 0.84 |
Hex | C5 | E8 | D5 | F | 0 | 8 | 9 | 93 | 2B | 54 |
Octal | 305 | 350 | 325 | 17 | 0 | 10 | 11 | 223 | 53 | 124 |
Binary | 11000101 | 11101000 | 11010101 | 1111 | 0 | 1000 | 1001 | 10010011 | 101011 | 1010100 |
Color Harmonies of #C5E8D5
Complementary color
Monochromatic Colors of #C5E8D5
Black with #C5E8D5
Text Example
Text Example
White with #C5E8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E8D5; }
p { color: rgb(197,232,213); }
H1.HeaderClassName
{
color: #C5E8D5;
}
.AnyTagClassName
{
color: #C5E8D5;
}
</style>
background-color css
<style>
a { background-color: #C5E8D5; }
a { background-color: rgb(197,232,213); }
div.DivClassName
{
background-color: #C5E8D5;
}
.BgClassName
{
background-color: #C5E8D5;
}
</style>
border-color css
<style>
span { border-color: #C5E8D5; }
span { border-color: rgb(197,232,213); }
td.TdClassName
{
border-color: #C5E8D5;
}
.TagClassName
{
border-color: #C5E8D5;
}
</style>