Shades of Aero Blue #C7FFDD
Tints of Aero Blue #C7FFDD
RGB
CMYK
RGB Variations
Color information
#C7FFDD (or 0xC7FFDD) is known color: Aero Blue. HEX triplet: C7, FF and DD. RGB value is (199,255,221). Sum of RGB (Red+Green+Blue) = 199+255+221=675 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.48% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FFDD is #380022. Grayscale: #EAEAEA. Windows color (decimal): -3670051 or 14548935. OLE color: 14548935.
HSL color Cylindrical-coordinate representation of color #C7FFDD: hue angle of 143.57º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FFDD is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 221 | - |
| CMYK | 0.22 | 0 | 0.13 | 0 |
| HSL | 143.57º | 1% | 0.89% | - |
| HSV(B) | 143.57º | 0.22% | 1% | - |
| XYZ | 72.36 | 88.88 | 81.75 | - |
| YUV | 234.38 | 120.45 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 221 | 0.22 | 0 | 0.13 | 0 | 143.57 | 1 | 0.89 |
| Hex | C7 | FF | DD | 16 | 0 | D | 0 | 90 | 64 | 59 |
| Octal | 307 | 377 | 335 | 26 | 0 | 15 | 0 | 220 | 144 | 131 |
| Binary | 11000111 | 11111111 | 11011101 | 10110 | 0 | 1101 | 0 | 10010000 | 1100100 | 1011001 |
Color Harmonies of #C7FFDD
Complementary color
Monochromatic Colors of #C7FFDD
Black with #C7FFDD
Text Example
Text Example
White with #C7FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFDD; }
p { color: rgb(199,255,221); }
H1.HeaderClassName
{
color: #C7FFDD;
}
.AnyTagClassName
{
color: #C7FFDD;
}
</style>
background-color css
<style>
a { background-color: #C7FFDD; }
a { background-color: rgb(199,255,221); }
div.DivClassName
{
background-color: #C7FFDD;
}
.BgClassName
{
background-color: #C7FFDD;
}
</style>
border-color css
<style>
span { border-color: #C7FFDD; }
span { border-color: rgb(199,255,221); }
td.TdClassName
{
border-color: #C7FFDD;
}
.TagClassName
{
border-color: #C7FFDD;
}
</style>