Shades of Aero Blue #C0F6DA
Tints of Aero Blue #C0F6DA
RGB
CMYK
RGB Variations
Color information
#C0F6DA (or 0xC0F6DA) is known color: Aero Blue. HEX triplet: C0, F6 and DA. RGB value is (192,246,218). Sum of RGB (Red+Green+Blue) = 192+246+218=656 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.27% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F6DA is #3F0925. Grayscale: #E2E2E2. Windows color (decimal): -4131110 or 14350016. OLE color: 14350016.
HSL color Cylindrical-coordinate representation of color #C0F6DA: hue angle of 148.89º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F6DA is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 246 | 218 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.04 |
| HSL | 148.89º | 0.75% | 0.86% | - |
| HSV(B) | 148.89º | 0.22% | 0.96% | - |
| XYZ | 67.35 | 82.18 | 78.64 | - |
| YUV | 226.66 | 123.11 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 246 | 218 | 0.22 | 0 | 0.11 | 0.04 | 148.89 | 0.75 | 0.86 |
| Hex | C0 | F6 | DA | 16 | 0 | B | 4 | 95 | 4B | 56 |
| Octal | 300 | 366 | 332 | 26 | 0 | 13 | 4 | 225 | 113 | 126 |
| Binary | 11000000 | 11110110 | 11011010 | 10110 | 0 | 1011 | 100 | 10010101 | 1001011 | 1010110 |
Color Harmonies of #C0F6DA
Complementary color
Monochromatic Colors of #C0F6DA
Black with #C0F6DA
Text Example
Text Example
White with #C0F6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F6DA; }
p { color: rgb(192,246,218); }
H1.HeaderClassName
{
color: #C0F6DA;
}
.AnyTagClassName
{
color: #C0F6DA;
}
</style>
background-color css
<style>
a { background-color: #C0F6DA; }
a { background-color: rgb(192,246,218); }
div.DivClassName
{
background-color: #C0F6DA;
}
.BgClassName
{
background-color: #C0F6DA;
}
</style>
border-color css
<style>
span { border-color: #C0F6DA; }
span { border-color: rgb(192,246,218); }
td.TdClassName
{
border-color: #C0F6DA;
}
.TagClassName
{
border-color: #C0F6DA;
}
</style>