Shades of Aero Blue #C8FCDB
Tints of Aero Blue #C8FCDB
RGB
CMYK
RGB Variations
Color information
#C8FCDB (or 0xC8FCDB) is known color: Aero Blue. HEX triplet: C8, FC and DB. RGB value is (200,252,219). Sum of RGB (Red+Green+Blue) = 200+252+219=671 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.81% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FCDB is #370324. Grayscale: #E8E8E8. Windows color (decimal): -3605285 or 14417096. OLE color: 14417096.
HSL color Cylindrical-coordinate representation of color #C8FCDB: hue angle of 141.92º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FCDB is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 219 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.01 |
| HSL | 141.92º | 0.9% | 0.89% | - |
| HSV(B) | 141.92º | 0.21% | 0.99% | - |
| XYZ | 71.42 | 87.01 | 80.05 | - |
| YUV | 232.69 | 120.27 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 219 | 0.21 | 0 | 0.13 | 0.01 | 141.92 | 0.9 | 0.89 |
| Hex | C8 | FC | DB | 15 | 0 | D | 1 | 8E | 5A | 59 |
| Octal | 310 | 374 | 333 | 25 | 0 | 15 | 1 | 216 | 132 | 131 |
| Binary | 11001000 | 11111100 | 11011011 | 10101 | 0 | 1101 | 1 | 10001110 | 1011010 | 1011001 |
Color Harmonies of #C8FCDB
Complementary color
Monochromatic Colors of #C8FCDB
Black with #C8FCDB
Text Example
Text Example
White with #C8FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FCDB; }
p { color: rgb(200,252,219); }
H1.HeaderClassName
{
color: #C8FCDB;
}
.AnyTagClassName
{
color: #C8FCDB;
}
</style>
background-color css
<style>
a { background-color: #C8FCDB; }
a { background-color: rgb(200,252,219); }
div.DivClassName
{
background-color: #C8FCDB;
}
.BgClassName
{
background-color: #C8FCDB;
}
</style>
border-color css
<style>
span { border-color: #C8FCDB; }
span { border-color: rgb(200,252,219); }
td.TdClassName
{
border-color: #C8FCDB;
}
.TagClassName
{
border-color: #C8FCDB;
}
</style>