Shades of Aero Blue #C8FBDB
Tints of Aero Blue #C8FBDB
RGB
CMYK
RGB Variations
Color information
#C8FBDB (or 0xC8FBDB) is known color: Aero Blue. HEX triplet: C8, FB and DB. RGB value is (200,251,219). Sum of RGB (Red+Green+Blue) = 200+251+219=670 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.85% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FBDB is #370424. Grayscale: #E8E8E8. Windows color (decimal): -3605541 or 14416840. OLE color: 14416840.
HSL color Cylindrical-coordinate representation of color #C8FBDB: hue angle of 142.35º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8FBDB is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 219 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.02 |
| HSL | 142.35º | 0.86% | 0.88% | - |
| HSV(B) | 142.35º | 0.2% | 0.98% | - |
| XYZ | 71.1 | 86.39 | 79.94 | - |
| YUV | 232.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 219 | 0.20 | 0 | 0.13 | 0.02 | 142.35 | 0.86 | 0.88 |
| Hex | C8 | FB | DB | 14 | 0 | D | 2 | 8E | 56 | 58 |
| Octal | 310 | 373 | 333 | 24 | 0 | 15 | 2 | 216 | 126 | 130 |
| Binary | 11001000 | 11111011 | 11011011 | 10100 | 0 | 1101 | 10 | 10001110 | 1010110 | 1011000 |
Color Harmonies of #C8FBDB
Complementary color
Monochromatic Colors of #C8FBDB
Black with #C8FBDB
Text Example
Text Example
White with #C8FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FBDB; }
p { color: rgb(200,251,219); }
H1.HeaderClassName
{
color: #C8FBDB;
}
.AnyTagClassName
{
color: #C8FBDB;
}
</style>
background-color css
<style>
a { background-color: #C8FBDB; }
a { background-color: rgb(200,251,219); }
div.DivClassName
{
background-color: #C8FBDB;
}
.BgClassName
{
background-color: #C8FBDB;
}
</style>
border-color css
<style>
span { border-color: #C8FBDB; }
span { border-color: rgb(200,251,219); }
td.TdClassName
{
border-color: #C8FBDB;
}
.TagClassName
{
border-color: #C8FBDB;
}
</style>