Shades of Aero Blue #C7FADA
Tints of Aero Blue #C7FADA
RGB
CMYK
RGB Variations
Color information
#C7FADA (or 0xC7FADA) is known color: Aero Blue. HEX triplet: C7, FA and DA. RGB value is (199,250,218). Sum of RGB (Red+Green+Blue) = 199+250+218=667 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.84% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FADA is #380525. Grayscale: #E7E7E7. Windows color (decimal): -3671334 or 14351047. OLE color: 14351047.
HSL color Cylindrical-coordinate representation of color #C7FADA: hue angle of 142.35º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7FADA is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 199 | 250 | 218 | - |
CMYK | 0.20 | 0 | 0.13 | 0.02 |
HSL | 142.35º | 0.84% | 0.88% | - |
HSV(B) | 142.35º | 0.2% | 0.98% | - |
XYZ | 70.39 | 85.58 | 79.14 | - |
YUV | 231.1 | 120.6 | 105.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 250 | 218 | 0.20 | 0 | 0.13 | 0.02 | 142.35 | 0.84 | 0.88 |
Hex | C7 | FA | DA | 14 | 0 | D | 2 | 8E | 54 | 58 |
Octal | 307 | 372 | 332 | 24 | 0 | 15 | 2 | 216 | 124 | 130 |
Binary | 11000111 | 11111010 | 11011010 | 10100 | 0 | 1101 | 10 | 10001110 | 1010100 | 1011000 |
Color Harmonies of #C7FADA
Complementary color
Monochromatic Colors of #C7FADA
Black with #C7FADA
Text Example
Text Example
White with #C7FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FADA; }
p { color: rgb(199,250,218); }
H1.HeaderClassName
{
color: #C7FADA;
}
.AnyTagClassName
{
color: #C7FADA;
}
</style>
background-color css
<style>
a { background-color: #C7FADA; }
a { background-color: rgb(199,250,218); }
div.DivClassName
{
background-color: #C7FADA;
}
.BgClassName
{
background-color: #C7FADA;
}
</style>
border-color css
<style>
span { border-color: #C7FADA; }
span { border-color: rgb(199,250,218); }
td.TdClassName
{
border-color: #C7FADA;
}
.TagClassName
{
border-color: #C7FADA;
}
</style>