Shades of Aero Blue #C7FFDB
Tints of Aero Blue #C7FFDB
RGB
CMYK
RGB Variations
Color information
#C7FFDB (or 0xC7FFDB) is known color: Aero Blue. HEX triplet: C7, FF and DB. RGB value is (199,255,219). Sum of RGB (Red+Green+Blue) = 199+255+219=673 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.57% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FFDB is #380024. Grayscale: #EAEAEA. Windows color (decimal): -3670053 or 14417863. OLE color: 14417863.
HSL color Cylindrical-coordinate representation of color #C7FFDB: hue angle of 141.43º 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 #C7FFDB is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 219 | - |
| CMYK | 0.22 | 0 | 0.14 | 0 |
| HSL | 141.43º | 1% | 0.89% | - |
| HSV(B) | 141.43º | 0.22% | 1% | - |
| XYZ | 72.1 | 88.78 | 80.35 | - |
| YUV | 234.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 219 | 0.22 | 0 | 0.14 | 0 | 141.43 | 1 | 0.89 |
| Hex | C7 | FF | DB | 16 | 0 | E | 0 | 8D | 64 | 59 |
| Octal | 307 | 377 | 333 | 26 | 0 | 16 | 0 | 215 | 144 | 131 |
| Binary | 11000111 | 11111111 | 11011011 | 10110 | 0 | 1110 | 0 | 10001101 | 1100100 | 1011001 |
Color Harmonies of #C7FFDB
Complementary color
Monochromatic Colors of #C7FFDB
Black with #C7FFDB
Text Example
Text Example
White with #C7FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFDB; }
p { color: rgb(199,255,219); }
H1.HeaderClassName
{
color: #C7FFDB;
}
.AnyTagClassName
{
color: #C7FFDB;
}
</style>
background-color css
<style>
a { background-color: #C7FFDB; }
a { background-color: rgb(199,255,219); }
div.DivClassName
{
background-color: #C7FFDB;
}
.BgClassName
{
background-color: #C7FFDB;
}
</style>
border-color css
<style>
span { border-color: #C7FFDB; }
span { border-color: rgb(199,255,219); }
td.TdClassName
{
border-color: #C7FFDB;
}
.TagClassName
{
border-color: #C7FFDB;
}
</style>