Shades of Aero Blue #C7E9D9
Tints of Aero Blue #C7E9D9
RGB
CMYK
RGB Variations
Color information
#C7E9D9 (or 0xC7E9D9) is known color: Aero Blue. HEX triplet: C7, E9 and D9. RGB value is (199,233,217). Sum of RGB (Red+Green+Blue) = 199+233+217=649 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.66% from 649); Green value is 233 (91.41% from 255 or 35.90% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 233 - color contains mainly: green. Hex color #C7E9D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7E9D9 is #381626. Grayscale: #DDDDDD. Windows color (decimal): -3675687 or 14281159. OLE color: 14281159.
HSL color Cylindrical-coordinate representation of color #C7E9D9: hue angle of 151.76º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7E9D9 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
RGB | 199 | 233 | 217 | - |
CMYK | 0.15 | 0 | 0.07 | 0.09 |
HSL | 151.76º | 0.44% | 0.85% | - |
HSV(B) | 151.76º | 0.15% | 0.91% | - |
XYZ | 65.22 | 75.43 | 76.77 | - |
YUV | 221.01 | 125.74 | 112.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 233 | 217 | 0.15 | 0 | 0.07 | 0.09 | 151.76 | 0.44 | 0.85 |
Hex | C7 | E9 | D9 | F | 0 | 7 | 9 | 98 | 2C | 55 |
Octal | 307 | 351 | 331 | 17 | 0 | 7 | 11 | 230 | 54 | 125 |
Binary | 11000111 | 11101001 | 11011001 | 1111 | 0 | 111 | 1001 | 10011000 | 101100 | 1010101 |
Color Harmonies of #C7E9D9
Complementary color
Monochromatic Colors of #C7E9D9
Black with #C7E9D9
Text Example
Text Example
White with #C7E9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E9D9; }
p { color: rgb(199,233,217); }
H1.HeaderClassName
{
color: #C7E9D9;
}
.AnyTagClassName
{
color: #C7E9D9;
}
</style>
background-color css
<style>
a { background-color: #C7E9D9; }
a { background-color: rgb(199,233,217); }
div.DivClassName
{
background-color: #C7E9D9;
}
.BgClassName
{
background-color: #C7E9D9;
}
</style>
border-color css
<style>
span { border-color: #C7E9D9; }
span { border-color: rgb(199,233,217); }
td.TdClassName
{
border-color: #C7E9D9;
}
.TagClassName
{
border-color: #C7E9D9;
}
</style>