Shades of Aero Blue #C7F8DB
Tints of Aero Blue #C7F8DB
RGB
CMYK
RGB Variations
Color information
#C7F8DB (or 0xC7F8DB) is known color: Aero Blue. HEX triplet: C7, F8 and DB. RGB value is (199,248,219). Sum of RGB (Red+Green+Blue) = 199+248+219=666 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.88% from 666); Green value is 248 (97.27% from 255 or 37.24% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 248 - color contains mainly: green. Hex color #C7F8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7F8DB is #380724. Grayscale: #E6E6E6. Windows color (decimal): -3671845 or 14416071. OLE color: 14416071.
HSL color Cylindrical-coordinate representation of color #C7F8DB: hue angle of 144.49º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7F8DB is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 248 | 219 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.03 |
| HSL | 144.49º | 0.78% | 0.88% | - |
| HSV(B) | 144.49º | 0.2% | 0.97% | - |
| XYZ | 69.91 | 84.39 | 79.62 | - |
| YUV | 230.04 | 121.77 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 248 | 219 | 0.20 | 0 | 0.12 | 0.03 | 144.49 | 0.78 | 0.88 |
| Hex | C7 | F8 | DB | 14 | 0 | C | 3 | 90 | 4E | 58 |
| Octal | 307 | 370 | 333 | 24 | 0 | 14 | 3 | 220 | 116 | 130 |
| Binary | 11000111 | 11111000 | 11011011 | 10100 | 0 | 1100 | 11 | 10010000 | 1001110 | 1011000 |
Color Harmonies of #C7F8DB
Complementary color
Monochromatic Colors of #C7F8DB
Black with #C7F8DB
Text Example
Text Example
White with #C7F8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F8DB; }
p { color: rgb(199,248,219); }
H1.HeaderClassName
{
color: #C7F8DB;
}
.AnyTagClassName
{
color: #C7F8DB;
}
</style>
background-color css
<style>
a { background-color: #C7F8DB; }
a { background-color: rgb(199,248,219); }
div.DivClassName
{
background-color: #C7F8DB;
}
.BgClassName
{
background-color: #C7F8DB;
}
</style>
border-color css
<style>
span { border-color: #C7F8DB; }
span { border-color: rgb(199,248,219); }
td.TdClassName
{
border-color: #C7F8DB;
}
.TagClassName
{
border-color: #C7F8DB;
}
</style>