Shades of Aero Blue #C7FEDD
Tints of Aero Blue #C7FEDD
RGB
CMYK
RGB Variations
Color information
#C7FEDD (or 0xC7FEDD) is known color: Aero Blue. HEX triplet: C7, FE and DD. RGB value is (199,254,221). Sum of RGB (Red+Green+Blue) = 199+254+221=674 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.53% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FEDD is #380122. Grayscale: #E9E9E9. Windows color (decimal): -3670307 or 14548679. OLE color: 14548679.
HSL color Cylindrical-coordinate representation of color #C7FEDD: hue angle of 144º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FEDD is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 254 | 221 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.00 |
| HSL | 144º | 0.96% | 0.89% | - |
| HSV(B) | 144º | 0.22% | 1% | - |
| XYZ | 72.05 | 88.25 | 81.64 | - |
| YUV | 233.79 | 120.78 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 254 | 221 | 0.22 | 0 | 0.13 | 0.00 | 144 | 0.96 | 0.89 |
| Hex | C7 | FE | DD | 16 | 0 | D | 0 | 90 | 60 | 59 |
| Octal | 307 | 376 | 335 | 26 | 0 | 15 | 0 | 220 | 140 | 131 |
| Binary | 11000111 | 11111110 | 11011101 | 10110 | 0 | 1101 | 0 | 10010000 | 1100000 | 1011001 |
Color Harmonies of #C7FEDD
Complementary color
Monochromatic Colors of #C7FEDD
Black with #C7FEDD
Text Example
Text Example
White with #C7FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FEDD; }
p { color: rgb(199,254,221); }
H1.HeaderClassName
{
color: #C7FEDD;
}
.AnyTagClassName
{
color: #C7FEDD;
}
</style>
background-color css
<style>
a { background-color: #C7FEDD; }
a { background-color: rgb(199,254,221); }
div.DivClassName
{
background-color: #C7FEDD;
}
.BgClassName
{
background-color: #C7FEDD;
}
</style>
border-color css
<style>
span { border-color: #C7FEDD; }
span { border-color: rgb(199,254,221); }
td.TdClassName
{
border-color: #C7FEDD;
}
.TagClassName
{
border-color: #C7FEDD;
}
</style>