Shades of Aero Blue #C7FADD
Tints of Aero Blue #C7FADD
RGB
CMYK
RGB Variations
Color information
#C7FADD (or 0xC7FADD) is known color: Aero Blue. HEX triplet: C7, FA and DD. RGB value is (199,250,221). Sum of RGB (Red+Green+Blue) = 199+250+221=670 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.70% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FADD is #380522. Grayscale: #E7E7E7. Windows color (decimal): -3671331 or 14547655. OLE color: 14547655.
HSL color Cylindrical-coordinate representation of color #C7FADD: hue angle of 145.88º 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 #C7FADD is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 250 | 221 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.02 |
| HSL | 145.88º | 0.84% | 0.88% | - |
| HSV(B) | 145.88º | 0.2% | 0.98% | - |
| XYZ | 70.79 | 85.73 | 81.22 | - |
| YUV | 231.45 | 122.1 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 250 | 221 | 0.20 | 0 | 0.12 | 0.02 | 145.88 | 0.84 | 0.88 |
| Hex | C7 | FA | DD | 14 | 0 | C | 2 | 92 | 54 | 58 |
| Octal | 307 | 372 | 335 | 24 | 0 | 14 | 2 | 222 | 124 | 130 |
| Binary | 11000111 | 11111010 | 11011101 | 10100 | 0 | 1100 | 10 | 10010010 | 1010100 | 1011000 |
Color Harmonies of #C7FADD
Complementary color
Monochromatic Colors of #C7FADD
Black with #C7FADD
Text Example
Text Example
White with #C7FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FADD; }
p { color: rgb(199,250,221); }
H1.HeaderClassName
{
color: #C7FADD;
}
.AnyTagClassName
{
color: #C7FADD;
}
</style>
background-color css
<style>
a { background-color: #C7FADD; }
a { background-color: rgb(199,250,221); }
div.DivClassName
{
background-color: #C7FADD;
}
.BgClassName
{
background-color: #C7FADD;
}
</style>
border-color css
<style>
span { border-color: #C7FADD; }
span { border-color: rgb(199,250,221); }
td.TdClassName
{
border-color: #C7FADD;
}
.TagClassName
{
border-color: #C7FADD;
}
</style>