Shades of Aero Blue #C1FFDB
Tints of Aero Blue #C1FFDB
RGB
CMYK
RGB Variations
Color information
#C1FFDB (or 0xC1FFDB) is known color: Aero Blue. HEX triplet: C1, FF and DB. RGB value is (193,255,219). Sum of RGB (Red+Green+Blue) = 193+255+219=667 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.94% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FFDB is #3E0024. Grayscale: #E8E8E8. Windows color (decimal): -4063269 or 14417857. OLE color: 14417857.
HSL color Cylindrical-coordinate representation of color #C1FFDB: hue angle of 145.16º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1FFDB is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 255 | 219 | - |
| CMYK | 0.24 | 0 | 0.14 | 0 |
| HSL | 145.16º | 1% | 0.88% | - |
| HSV(B) | 145.16º | 0.24% | 1% | - |
| XYZ | 70.54 | 87.97 | 80.28 | - |
| YUV | 232.36 | 120.46 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 255 | 219 | 0.24 | 0 | 0.14 | 0 | 145.16 | 1 | 0.88 |
| Hex | C1 | FF | DB | 18 | 0 | E | 0 | 91 | 64 | 58 |
| Octal | 301 | 377 | 333 | 30 | 0 | 16 | 0 | 221 | 144 | 130 |
| Binary | 11000001 | 11111111 | 11011011 | 11000 | 0 | 1110 | 0 | 10010001 | 1100100 | 1011000 |
Color Harmonies of #C1FFDB
Complementary color
Monochromatic Colors of #C1FFDB
Black with #C1FFDB
Text Example
Text Example
White with #C1FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FFDB; }
p { color: rgb(193,255,219); }
H1.HeaderClassName
{
color: #C1FFDB;
}
.AnyTagClassName
{
color: #C1FFDB;
}
</style>
background-color css
<style>
a { background-color: #C1FFDB; }
a { background-color: rgb(193,255,219); }
div.DivClassName
{
background-color: #C1FFDB;
}
.BgClassName
{
background-color: #C1FFDB;
}
</style>
border-color css
<style>
span { border-color: #C1FFDB; }
span { border-color: rgb(193,255,219); }
td.TdClassName
{
border-color: #C1FFDB;
}
.TagClassName
{
border-color: #C1FFDB;
}
</style>