Shades of Aero Blue #C7F5DA
Tints of Aero Blue #C7F5DA
RGB
CMYK
RGB Variations
Color information
#C7F5DA (or 0xC7F5DA) is known color: Aero Blue. HEX triplet: C7, F5 and DA. RGB value is (199,245,218). Sum of RGB (Red+Green+Blue) = 199+245+218=662 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.06% from 662); Green value is 245 (96.09% from 255 or 37.01% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 245 - color contains mainly: green. Hex color #C7F5DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7F5DA is #380A25. Grayscale: #E4E4E4. Windows color (decimal): -3672614 or 14349767. OLE color: 14349767.
HSL color Cylindrical-coordinate representation of color #C7F5DA: hue angle of 144.78º degrees, saturation: 0.7, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7F5DA is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 245 | 218 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.04 |
| HSL | 144.78º | 0.7% | 0.87% | - |
| HSV(B) | 144.78º | 0.19% | 0.96% | - |
| XYZ | 68.86 | 82.51 | 78.63 | - |
| YUV | 228.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 245 | 218 | 0.19 | 0 | 0.11 | 0.04 | 144.78 | 0.7 | 0.87 |
| Hex | C7 | F5 | DA | 13 | 0 | B | 4 | 91 | 46 | 57 |
| Octal | 307 | 365 | 332 | 23 | 0 | 13 | 4 | 221 | 106 | 127 |
| Binary | 11000111 | 11110101 | 11011010 | 10011 | 0 | 1011 | 100 | 10010001 | 1000110 | 1010111 |
Color Harmonies of #C7F5DA
Complementary color
Monochromatic Colors of #C7F5DA
Black with #C7F5DA
Text Example
Text Example
White with #C7F5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F5DA; }
p { color: rgb(199,245,218); }
H1.HeaderClassName
{
color: #C7F5DA;
}
.AnyTagClassName
{
color: #C7F5DA;
}
</style>
background-color css
<style>
a { background-color: #C7F5DA; }
a { background-color: rgb(199,245,218); }
div.DivClassName
{
background-color: #C7F5DA;
}
.BgClassName
{
background-color: #C7F5DA;
}
</style>
border-color css
<style>
span { border-color: #C7F5DA; }
span { border-color: rgb(199,245,218); }
td.TdClassName
{
border-color: #C7F5DA;
}
.TagClassName
{
border-color: #C7F5DA;
}
</style>