Shades of Aero Blue #C0FFDB
Tints of Aero Blue #C0FFDB
RGB
CMYK
RGB Variations
Color information
#C0FFDB (or 0xC0FFDB) is known color: Aero Blue. HEX triplet: C0, FF and DB. RGB value is (192,255,219). Sum of RGB (Red+Green+Blue) = 192+255+219=666 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.83% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFDB is #3F0024. Grayscale: #E8E8E8. Windows color (decimal): -4128805 or 14417856. OLE color: 14417856.
HSL color Cylindrical-coordinate representation of color #C0FFDB: hue angle of 145.71º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FFDB is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 219 | - |
| CMYK | 0.25 | 0 | 0.14 | 0 |
| HSL | 145.71º | 1% | 0.88% | - |
| HSV(B) | 145.71º | 0.25% | 1% | - |
| XYZ | 70.28 | 87.84 | 80.27 | - |
| YUV | 232.06 | 120.63 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 219 | 0.25 | 0 | 0.14 | 0 | 145.71 | 1 | 0.88 |
| Hex | C0 | FF | DB | 19 | 0 | E | 0 | 92 | 64 | 58 |
| Octal | 300 | 377 | 333 | 31 | 0 | 16 | 0 | 222 | 144 | 130 |
| Binary | 11000000 | 11111111 | 11011011 | 11001 | 0 | 1110 | 0 | 10010010 | 1100100 | 1011000 |
Color Harmonies of #C0FFDB
Complementary color
Monochromatic Colors of #C0FFDB
Black with #C0FFDB
Text Example
Text Example
White with #C0FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFDB; }
p { color: rgb(192,255,219); }
H1.HeaderClassName
{
color: #C0FFDB;
}
.AnyTagClassName
{
color: #C0FFDB;
}
</style>
background-color css
<style>
a { background-color: #C0FFDB; }
a { background-color: rgb(192,255,219); }
div.DivClassName
{
background-color: #C0FFDB;
}
.BgClassName
{
background-color: #C0FFDB;
}
</style>
border-color css
<style>
span { border-color: #C0FFDB; }
span { border-color: rgb(192,255,219); }
td.TdClassName
{
border-color: #C0FFDB;
}
.TagClassName
{
border-color: #C0FFDB;
}
</style>