Shades of Aero Blue #C7E8D7
Tints of Aero Blue #C7E8D7
RGB
CMYK
RGB Variations
Color information
#C7E8D7 (or 0xC7E8D7) is known color: Aero Blue. HEX triplet: C7, E8 and D7. RGB value is (199,232,215). Sum of RGB (Red+Green+Blue) = 199+232+215=646 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.80% from 646); Green value is 232 (91.02% from 255 or 35.91% from 646); Blue value is 215 (84.38% from 255 or 33.28% from 646); Max value from RGB is 232 - color contains mainly: green. Hex color #C7E8D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7E8D7 is #381728. Grayscale: #DCDCDC. Windows color (decimal): -3675945 or 14149831. OLE color: 14149831.
HSL color Cylindrical-coordinate representation of color #C7E8D7: hue angle of 149.09º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7E8D7 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 232 | 215 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.09 |
| HSL | 149.09º | 0.42% | 0.85% | - |
| HSV(B) | 149.09º | 0.14% | 0.91% | - |
| XYZ | 64.68 | 74.76 | 75.31 | - |
| YUV | 220.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 232 | 215 | 0.14 | 0 | 0.07 | 0.09 | 149.09 | 0.42 | 0.85 |
| Hex | C7 | E8 | D7 | E | 0 | 7 | 9 | 95 | 2A | 55 |
| Octal | 307 | 350 | 327 | 16 | 0 | 7 | 11 | 225 | 52 | 125 |
| Binary | 11000111 | 11101000 | 11010111 | 1110 | 0 | 111 | 1001 | 10010101 | 101010 | 1010101 |
Color Harmonies of #C7E8D7
Complementary color
Monochromatic Colors of #C7E8D7
Black with #C7E8D7
Text Example
Text Example
White with #C7E8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E8D7; }
p { color: rgb(199,232,215); }
H1.HeaderClassName
{
color: #C7E8D7;
}
.AnyTagClassName
{
color: #C7E8D7;
}
</style>
background-color css
<style>
a { background-color: #C7E8D7; }
a { background-color: rgb(199,232,215); }
div.DivClassName
{
background-color: #C7E8D7;
}
.BgClassName
{
background-color: #C7E8D7;
}
</style>
border-color css
<style>
span { border-color: #C7E8D7; }
span { border-color: rgb(199,232,215); }
td.TdClassName
{
border-color: #C7E8D7;
}
.TagClassName
{
border-color: #C7E8D7;
}
</style>