Shades of Aero Blue #C7FCDA
Tints of Aero Blue #C7FCDA
RGB
CMYK
RGB Variations
Color information
#C7FCDA (or 0xC7FCDA) is known color: Aero Blue. HEX triplet: C7, FC and DA. RGB value is (199,252,218). Sum of RGB (Red+Green+Blue) = 199+252+218=669 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.75% from 669); Green value is 252 (98.83% from 255 or 37.67% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FCDA is #380325. Grayscale: #E8E8E8. Windows color (decimal): -3670822 or 14351559. OLE color: 14351559.
HSL color Cylindrical-coordinate representation of color #C7FCDA: hue angle of 141.51º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7FCDA is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 252 | 218 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.01 |
| HSL | 141.51º | 0.9% | 0.88% | - |
| HSV(B) | 141.51º | 0.21% | 0.99% | - |
| XYZ | 71.02 | 86.82 | 79.35 | - |
| YUV | 232.28 | 119.94 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 252 | 218 | 0.21 | 0 | 0.13 | 0.01 | 141.51 | 0.9 | 0.88 |
| Hex | C7 | FC | DA | 15 | 0 | D | 1 | 8E | 5A | 58 |
| Octal | 307 | 374 | 332 | 25 | 0 | 15 | 1 | 216 | 132 | 130 |
| Binary | 11000111 | 11111100 | 11011010 | 10101 | 0 | 1101 | 1 | 10001110 | 1011010 | 1011000 |
Color Harmonies of #C7FCDA
Complementary color
Monochromatic Colors of #C7FCDA
Black with #C7FCDA
Text Example
Text Example
White with #C7FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FCDA; }
p { color: rgb(199,252,218); }
H1.HeaderClassName
{
color: #C7FCDA;
}
.AnyTagClassName
{
color: #C7FCDA;
}
</style>
background-color css
<style>
a { background-color: #C7FCDA; }
a { background-color: rgb(199,252,218); }
div.DivClassName
{
background-color: #C7FCDA;
}
.BgClassName
{
background-color: #C7FCDA;
}
</style>
border-color css
<style>
span { border-color: #C7FCDA; }
span { border-color: rgb(199,252,218); }
td.TdClassName
{
border-color: #C7FCDA;
}
.TagClassName
{
border-color: #C7FCDA;
}
</style>