Shades of Aero Blue #C8FFDB
Tints of Aero Blue #C8FFDB
RGB
CMYK
RGB Variations
Color information
#C8FFDB (or 0xC8FFDB) is known color: Aero Blue. HEX triplet: C8, FF and DB. RGB value is (200,255,219). Sum of RGB (Red+Green+Blue) = 200+255+219=674 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.67% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FFDB is #370024. Grayscale: #EAEAEA. Windows color (decimal): -3604517 or 14417864. OLE color: 14417864.
HSL color Cylindrical-coordinate representation of color #C8FFDB: hue angle of 140.73º 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 #C8FFDB is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 219 | - |
| CMYK | 0.22 | 0 | 0.14 | 0 |
| HSL | 140.73º | 1% | 0.89% | - |
| HSV(B) | 140.73º | 0.22% | 1% | - |
| XYZ | 72.37 | 88.91 | 80.37 | - |
| YUV | 234.45 | 119.28 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 219 | 0.22 | 0 | 0.14 | 0 | 140.73 | 1 | 0.89 |
| Hex | C8 | FF | DB | 16 | 0 | E | 0 | 8D | 64 | 59 |
| Octal | 310 | 377 | 333 | 26 | 0 | 16 | 0 | 215 | 144 | 131 |
| Binary | 11001000 | 11111111 | 11011011 | 10110 | 0 | 1110 | 0 | 10001101 | 1100100 | 1011001 |
Color Harmonies of #C8FFDB
Complementary color
Monochromatic Colors of #C8FFDB
Black with #C8FFDB
Text Example
Text Example
White with #C8FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FFDB; }
p { color: rgb(200,255,219); }
H1.HeaderClassName
{
color: #C8FFDB;
}
.AnyTagClassName
{
color: #C8FFDB;
}
</style>
background-color css
<style>
a { background-color: #C8FFDB; }
a { background-color: rgb(200,255,219); }
div.DivClassName
{
background-color: #C8FFDB;
}
.BgClassName
{
background-color: #C8FFDB;
}
</style>
border-color css
<style>
span { border-color: #C8FFDB; }
span { border-color: rgb(200,255,219); }
td.TdClassName
{
border-color: #C8FFDB;
}
.TagClassName
{
border-color: #C8FFDB;
}
</style>