Shades of Aero Blue #C7E8D4
Tints of Aero Blue #C7E8D4
RGB
CMYK
RGB Variations
Color information
#C7E8D4 (or 0xC7E8D4) is known color: Aero Blue. HEX triplet: C7, E8 and D4. RGB value is (199,232,212). Sum of RGB (Red+Green+Blue) = 199+232+212=643 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.95% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 232 - color contains mainly: green. Hex color #C7E8D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7E8D4 is #38172B. Grayscale: #DBDBDB. Windows color (decimal): -3675948 or 13953223. OLE color: 13953223.
HSL color Cylindrical-coordinate representation of color #C7E8D4: hue angle of 143.64º 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 #C7E8D4 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
RGB | 199 | 232 | 212 | - |
CMYK | 0.14 | 0 | 0.09 | 0.09 |
HSL | 143.64º | 0.42% | 0.85% | - |
HSV(B) | 143.64º | 0.14% | 0.91% | - |
XYZ | 64.29 | 74.61 | 73.3 | - |
YUV | 219.85 | 123.57 | 113.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 232 | 212 | 0.14 | 0 | 0.09 | 0.09 | 143.64 | 0.42 | 0.85 |
Hex | C7 | E8 | D4 | E | 0 | 9 | 9 | 90 | 2A | 55 |
Octal | 307 | 350 | 324 | 16 | 0 | 11 | 11 | 220 | 52 | 125 |
Binary | 11000111 | 11101000 | 11010100 | 1110 | 0 | 1001 | 1001 | 10010000 | 101010 | 1010101 |
Color Harmonies of #C7E8D4
Complementary color
Monochromatic Colors of #C7E8D4
Black with #C7E8D4
Text Example
Text Example
White with #C7E8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E8D4; }
p { color: rgb(199,232,212); }
H1.HeaderClassName
{
color: #C7E8D4;
}
.AnyTagClassName
{
color: #C7E8D4;
}
</style>
background-color css
<style>
a { background-color: #C7E8D4; }
a { background-color: rgb(199,232,212); }
div.DivClassName
{
background-color: #C7E8D4;
}
.BgClassName
{
background-color: #C7E8D4;
}
</style>
border-color css
<style>
span { border-color: #C7E8D4; }
span { border-color: rgb(199,232,212); }
td.TdClassName
{
border-color: #C7E8D4;
}
.TagClassName
{
border-color: #C7E8D4;
}
</style>