Shades of Aero Blue #C7ECD5
Tints of Aero Blue #C7ECD5
RGB
CMYK
RGB Variations
Color information
#C7ECD5 (or 0xC7ECD5) is known color: Aero Blue. HEX triplet: C7, EC and D5. RGB value is (199,236,213). Sum of RGB (Red+Green+Blue) = 199+236+213=648 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.71% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 213 (83.59% from 255 or 32.87% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #C7ECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7ECD5 is #38132A. Grayscale: #DEDEDE. Windows color (decimal): -3674923 or 14019783. OLE color: 14019783.
HSL color Cylindrical-coordinate representation of color #C7ECD5: hue angle of 142.7º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7ECD5 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 236 | 213 | - |
CMYK | 0.16 | 0 | 0.10 | 0.07 |
HSL | 142.7º | 0.49% | 0.85% | - |
HSV(B) | 142.7º | 0.16% | 0.93% | - |
XYZ | 65.56 | 76.94 | 74.35 | - |
YUV | 222.32 | 122.74 | 111.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 236 | 213 | 0.16 | 0 | 0.10 | 0.07 | 142.7 | 0.49 | 0.85 |
Hex | C7 | EC | D5 | 10 | 0 | A | 7 | 8F | 31 | 55 |
Octal | 307 | 354 | 325 | 20 | 0 | 12 | 7 | 217 | 61 | 125 |
Binary | 11000111 | 11101100 | 11010101 | 10000 | 0 | 1010 | 111 | 10001111 | 110001 | 1010101 |
Color Harmonies of #C7ECD5
Complementary color
Monochromatic Colors of #C7ECD5
Black with #C7ECD5
Text Example
Text Example
White with #C7ECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ECD5; }
p { color: rgb(199,236,213); }
H1.HeaderClassName
{
color: #C7ECD5;
}
.AnyTagClassName
{
color: #C7ECD5;
}
</style>
background-color css
<style>
a { background-color: #C7ECD5; }
a { background-color: rgb(199,236,213); }
div.DivClassName
{
background-color: #C7ECD5;
}
.BgClassName
{
background-color: #C7ECD5;
}
</style>
border-color css
<style>
span { border-color: #C7ECD5; }
span { border-color: rgb(199,236,213); }
td.TdClassName
{
border-color: #C7ECD5;
}
.TagClassName
{
border-color: #C7ECD5;
}
</style>