Shades of Aero Blue #C7E3D5
Tints of Aero Blue #C7E3D5
RGB
CMYK
RGB Variations
Color information
#C7E3D5 (or 0xC7E3D5) is known color: Aero Blue. HEX triplet: C7, E3 and D5. RGB value is (199,227,213). Sum of RGB (Red+Green+Blue) = 199+227+213=639 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.14% from 639); Green value is 227 (89.06% from 255 or 35.52% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 227 - color contains mainly: green. Hex color #C7E3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7E3D5 is #381C2A. Grayscale: #D9D9D9. Windows color (decimal): -3677227 or 14017479. OLE color: 14017479.
HSL color Cylindrical-coordinate representation of color #C7E3D5: hue angle of 150º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7E3D5 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
RGB | 199 | 227 | 213 | - |
CMYK | 0.12 | 0 | 0.06 | 0.11 |
HSL | 150º | 0.33% | 0.84% | - |
HSV(B) | 150º | 0.12% | 0.89% | - |
XYZ | 63.03 | 71.88 | 73.5 | - |
YUV | 217.03 | 125.72 | 115.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 227 | 213 | 0.12 | 0 | 0.06 | 0.11 | 150 | 0.33 | 0.84 |
Hex | C7 | E3 | D5 | C | 0 | 6 | B | 96 | 21 | 54 |
Octal | 307 | 343 | 325 | 14 | 0 | 6 | 13 | 226 | 41 | 124 |
Binary | 11000111 | 11100011 | 11010101 | 1100 | 0 | 110 | 1011 | 10010110 | 100001 | 1010100 |
Color Harmonies of #C7E3D5
Complementary color
Monochromatic Colors of #C7E3D5
Black with #C7E3D5
Text Example
Text Example
White with #C7E3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E3D5; }
p { color: rgb(199,227,213); }
H1.HeaderClassName
{
color: #C7E3D5;
}
.AnyTagClassName
{
color: #C7E3D5;
}
</style>
background-color css
<style>
a { background-color: #C7E3D5; }
a { background-color: rgb(199,227,213); }
div.DivClassName
{
background-color: #C7E3D5;
}
.BgClassName
{
background-color: #C7E3D5;
}
</style>
border-color css
<style>
span { border-color: #C7E3D5; }
span { border-color: rgb(199,227,213); }
td.TdClassName
{
border-color: #C7E3D5;
}
.TagClassName
{
border-color: #C7E3D5;
}
</style>