Shades of Aero Blue #C7FEDE
Tints of Aero Blue #C7FEDE
RGB
CMYK
RGB Variations
Color information
#C7FEDE (or 0xC7FEDE) is known color: Aero Blue. HEX triplet: C7, FE and DE. RGB value is (199,254,222). Sum of RGB (Red+Green+Blue) = 199+254+222=675 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.48% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FEDE is #380121. Grayscale: #E9E9E9. Windows color (decimal): -3670306 or 14614215. OLE color: 14614215.
HSL color Cylindrical-coordinate representation of color #C7FEDE: hue angle of 145.09º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FEDE is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 199 | 254 | 222 | - |
CMYK | 0.22 | 0 | 0.13 | 0.00 |
HSL | 145.09º | 0.96% | 0.89% | - |
HSV(B) | 145.09º | 0.22% | 1% | - |
XYZ | 72.18 | 88.3 | 82.35 | - |
YUV | 233.91 | 121.28 | 103.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 254 | 222 | 0.22 | 0 | 0.13 | 0.00 | 145.09 | 0.96 | 0.89 |
Hex | C7 | FE | DE | 16 | 0 | D | 0 | 91 | 60 | 59 |
Octal | 307 | 376 | 336 | 26 | 0 | 15 | 0 | 221 | 140 | 131 |
Binary | 11000111 | 11111110 | 11011110 | 10110 | 0 | 1101 | 0 | 10010001 | 1100000 | 1011001 |
Color Harmonies of #C7FEDE
Complementary color
Monochromatic Colors of #C7FEDE
Black with #C7FEDE
Text Example
Text Example
White with #C7FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FEDE; }
p { color: rgb(199,254,222); }
H1.HeaderClassName
{
color: #C7FEDE;
}
.AnyTagClassName
{
color: #C7FEDE;
}
</style>
background-color css
<style>
a { background-color: #C7FEDE; }
a { background-color: rgb(199,254,222); }
div.DivClassName
{
background-color: #C7FEDE;
}
.BgClassName
{
background-color: #C7FEDE;
}
</style>
border-color css
<style>
span { border-color: #C7FEDE; }
span { border-color: rgb(199,254,222); }
td.TdClassName
{
border-color: #C7FEDE;
}
.TagClassName
{
border-color: #C7FEDE;
}
</style>