Shades of Aero Blue #C7ECDA
Tints of Aero Blue #C7ECDA
RGB
CMYK
RGB Variations
Color information
#C7ECDA (or 0xC7ECDA) is known color: Aero Blue. HEX triplet: C7, EC and DA. RGB value is (199,236,218). Sum of RGB (Red+Green+Blue) = 199+236+218=653 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.47% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #C7ECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7ECDA is #381325. Grayscale: #DEDEDE. Windows color (decimal): -3674918 or 14347463. OLE color: 14347463.
HSL color Cylindrical-coordinate representation of color #C7ECDA: hue angle of 150.81º 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 #C7ECDA is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 236 | 218 | - |
CMYK | 0.16 | 0 | 0.08 | 0.07 |
HSL | 150.81º | 0.49% | 0.85% | - |
HSV(B) | 150.81º | 0.16% | 0.93% | - |
XYZ | 66.2 | 77.19 | 77.74 | - |
YUV | 222.89 | 125.24 | 110.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 236 | 218 | 0.16 | 0 | 0.08 | 0.07 | 150.81 | 0.49 | 0.85 |
Hex | C7 | EC | DA | 10 | 0 | 8 | 7 | 97 | 31 | 55 |
Octal | 307 | 354 | 332 | 20 | 0 | 10 | 7 | 227 | 61 | 125 |
Binary | 11000111 | 11101100 | 11011010 | 10000 | 0 | 1000 | 111 | 10010111 | 110001 | 1010101 |
Color Harmonies of #C7ECDA
Complementary color
Monochromatic Colors of #C7ECDA
Black with #C7ECDA
Text Example
Text Example
White with #C7ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ECDA; }
p { color: rgb(199,236,218); }
H1.HeaderClassName
{
color: #C7ECDA;
}
.AnyTagClassName
{
color: #C7ECDA;
}
</style>
background-color css
<style>
a { background-color: #C7ECDA; }
a { background-color: rgb(199,236,218); }
div.DivClassName
{
background-color: #C7ECDA;
}
.BgClassName
{
background-color: #C7ECDA;
}
</style>
border-color css
<style>
span { border-color: #C7ECDA; }
span { border-color: rgb(199,236,218); }
td.TdClassName
{
border-color: #C7ECDA;
}
.TagClassName
{
border-color: #C7ECDA;
}
</style>