Shades of Aero Blue #C7E6D4
Tints of Aero Blue #C7E6D4
RGB
CMYK
RGB Variations
Color information
#C7E6D4 (or 0xC7E6D4) is known color: Aero Blue. HEX triplet: C7, E6 and D4. RGB value is (199,230,212). Sum of RGB (Red+Green+Blue) = 199+230+212=641 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.05% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 230 - color contains mainly: green. Hex color #C7E6D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7E6D4 is #38192B. Grayscale: #DADADA. Windows color (decimal): -3676460 or 13952711. OLE color: 13952711.
HSL color Cylindrical-coordinate representation of color #C7E6D4: hue angle of 145.16º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7E6D4 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
RGB | 199 | 230 | 212 | - |
CMYK | 0.13 | 0 | 0.08 | 0.10 |
HSL | 145.16º | 0.38% | 0.84% | - |
HSV(B) | 145.16º | 0.13% | 0.9% | - |
XYZ | 63.73 | 73.49 | 73.11 | - |
YUV | 218.68 | 124.23 | 113.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 230 | 212 | 0.13 | 0 | 0.08 | 0.10 | 145.16 | 0.38 | 0.84 |
Hex | C7 | E6 | D4 | D | 0 | 8 | A | 91 | 26 | 54 |
Octal | 307 | 346 | 324 | 15 | 0 | 10 | 12 | 221 | 46 | 124 |
Binary | 11000111 | 11100110 | 11010100 | 1101 | 0 | 1000 | 1010 | 10010001 | 100110 | 1010100 |
Color Harmonies of #C7E6D4
Complementary color
Monochromatic Colors of #C7E6D4
Black with #C7E6D4
Text Example
Text Example
White with #C7E6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E6D4; }
p { color: rgb(199,230,212); }
H1.HeaderClassName
{
color: #C7E6D4;
}
.AnyTagClassName
{
color: #C7E6D4;
}
</style>
background-color css
<style>
a { background-color: #C7E6D4; }
a { background-color: rgb(199,230,212); }
div.DivClassName
{
background-color: #C7E6D4;
}
.BgClassName
{
background-color: #C7E6D4;
}
</style>
border-color css
<style>
span { border-color: #C7E6D4; }
span { border-color: rgb(199,230,212); }
td.TdClassName
{
border-color: #C7E6D4;
}
.TagClassName
{
border-color: #C7E6D4;
}
</style>