Shades of Aero Blue #C7FADC
Tints of Aero Blue #C7FADC
RGB
CMYK
RGB Variations
Color information
#C7FADC (or 0xC7FADC) is known color: Aero Blue. HEX triplet: C7, FA and DC. RGB value is (199,250,220). Sum of RGB (Red+Green+Blue) = 199+250+220=669 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.75% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FADC is #380523. Grayscale: #E7E7E7. Windows color (decimal): -3671332 or 14482119. OLE color: 14482119.
HSL color Cylindrical-coordinate representation of color #C7FADC: hue angle of 144.71º 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 #C7FADC is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 250 | 220 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.02 |
| HSL | 144.71º | 0.84% | 0.88% | - |
| HSV(B) | 144.71º | 0.2% | 0.98% | - |
| XYZ | 70.66 | 85.68 | 80.52 | - |
| YUV | 231.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 250 | 220 | 0.20 | 0 | 0.12 | 0.02 | 144.71 | 0.84 | 0.88 |
| Hex | C7 | FA | DC | 14 | 0 | C | 2 | 91 | 54 | 58 |
| Octal | 307 | 372 | 334 | 24 | 0 | 14 | 2 | 221 | 124 | 130 |
| Binary | 11000111 | 11111010 | 11011100 | 10100 | 0 | 1100 | 10 | 10010001 | 1010100 | 1011000 |
Color Harmonies of #C7FADC
Complementary color
Monochromatic Colors of #C7FADC
Black with #C7FADC
Text Example
Text Example
White with #C7FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FADC; }
p { color: rgb(199,250,220); }
H1.HeaderClassName
{
color: #C7FADC;
}
.AnyTagClassName
{
color: #C7FADC;
}
</style>
background-color css
<style>
a { background-color: #C7FADC; }
a { background-color: rgb(199,250,220); }
div.DivClassName
{
background-color: #C7FADC;
}
.BgClassName
{
background-color: #C7FADC;
}
</style>
border-color css
<style>
span { border-color: #C7FADC; }
span { border-color: rgb(199,250,220); }
td.TdClassName
{
border-color: #C7FADC;
}
.TagClassName
{
border-color: #C7FADC;
}
</style>