Shades of Aero Blue #C0F1DB
Tints of Aero Blue #C0F1DB
RGB
CMYK
RGB Variations
Color information
#C0F1DB (or 0xC0F1DB) is known color: Aero Blue. HEX triplet: C0, F1 and DB. RGB value is (192,241,219). Sum of RGB (Red+Green+Blue) = 192+241+219=652 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.45% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F1DB is #3F0E24. Grayscale: #DFDFDF. Windows color (decimal): -4132389 or 14414272. OLE color: 14414272.
HSL color Cylindrical-coordinate representation of color #C0F1DB: hue angle of 153.06º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0F1DB is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 219 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.05 |
| HSL | 153.06º | 0.64% | 0.85% | - |
| HSV(B) | 153.06º | 0.2% | 0.95% | - |
| XYZ | 65.98 | 79.23 | 78.83 | - |
| YUV | 223.84 | 125.27 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 219 | 0.20 | 0 | 0.09 | 0.05 | 153.06 | 0.64 | 0.85 |
| Hex | C0 | F1 | DB | 14 | 0 | 9 | 5 | 99 | 40 | 55 |
| Octal | 300 | 361 | 333 | 24 | 0 | 11 | 5 | 231 | 100 | 125 |
| Binary | 11000000 | 11110001 | 11011011 | 10100 | 0 | 1001 | 101 | 10011001 | 1000000 | 1010101 |
Color Harmonies of #C0F1DB
Complementary color
Monochromatic Colors of #C0F1DB
Black with #C0F1DB
Text Example
Text Example
White with #C0F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F1DB; }
p { color: rgb(192,241,219); }
H1.HeaderClassName
{
color: #C0F1DB;
}
.AnyTagClassName
{
color: #C0F1DB;
}
</style>
background-color css
<style>
a { background-color: #C0F1DB; }
a { background-color: rgb(192,241,219); }
div.DivClassName
{
background-color: #C0F1DB;
}
.BgClassName
{
background-color: #C0F1DB;
}
</style>
border-color css
<style>
span { border-color: #C0F1DB; }
span { border-color: rgb(192,241,219); }
td.TdClassName
{
border-color: #C0F1DB;
}
.TagClassName
{
border-color: #C0F1DB;
}
</style>