Shades of Aero Blue #C7EAD5
Tints of Aero Blue #C7EAD5
RGB
CMYK
RGB Variations
Color information
#C7EAD5 (or 0xC7EAD5) is known color: Aero Blue. HEX triplet: C7, EA and D5. RGB value is (199,234,213). Sum of RGB (Red+Green+Blue) = 199+234+213=646 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.80% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 213 (83.59% from 255 or 32.97% from 646); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EAD5 is #38152A. Grayscale: #DDDDDD. Windows color (decimal): -3675435 or 14019271. OLE color: 14019271.
HSL color Cylindrical-coordinate representation of color #C7EAD5: hue angle of 144º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7EAD5 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
RGB | 199 | 234 | 213 | - |
CMYK | 0.15 | 0 | 0.09 | 0.08 |
HSL | 144º | 0.45% | 0.85% | - |
HSV(B) | 144º | 0.15% | 0.92% | - |
XYZ | 64.99 | 75.79 | 74.15 | - |
YUV | 221.14 | 123.4 | 112.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 234 | 213 | 0.15 | 0 | 0.09 | 0.08 | 144 | 0.45 | 0.85 |
Hex | C7 | EA | D5 | F | 0 | 9 | 8 | 90 | 2D | 55 |
Octal | 307 | 352 | 325 | 17 | 0 | 11 | 10 | 220 | 55 | 125 |
Binary | 11000111 | 11101010 | 11010101 | 1111 | 0 | 1001 | 1000 | 10010000 | 101101 | 1010101 |
Color Harmonies of #C7EAD5
Complementary color
Monochromatic Colors of #C7EAD5
Black with #C7EAD5
Text Example
Text Example
White with #C7EAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EAD5; }
p { color: rgb(199,234,213); }
H1.HeaderClassName
{
color: #C7EAD5;
}
.AnyTagClassName
{
color: #C7EAD5;
}
</style>
background-color css
<style>
a { background-color: #C7EAD5; }
a { background-color: rgb(199,234,213); }
div.DivClassName
{
background-color: #C7EAD5;
}
.BgClassName
{
background-color: #C7EAD5;
}
</style>
border-color css
<style>
span { border-color: #C7EAD5; }
span { border-color: rgb(199,234,213); }
td.TdClassName
{
border-color: #C7EAD5;
}
.TagClassName
{
border-color: #C7EAD5;
}
</style>