Shades of Aero Blue #C0F2D9
Tints of Aero Blue #C0F2D9
RGB
CMYK
RGB Variations
Color information
#C0F2D9 (or 0xC0F2D9) is known color: Aero Blue. HEX triplet: C0, F2 and D9. RGB value is (192,242,217). Sum of RGB (Red+Green+Blue) = 192+242+217=651 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.49% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 217 (85.16% from 255 or 33.33% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F2D9 is #3F0D26. Grayscale: #E0E0E0. Windows color (decimal): -4132135 or 14283456. OLE color: 14283456.
HSL color Cylindrical-coordinate representation of color #C0F2D9: hue angle of 150º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F2D9 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 217 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.05 |
| HSL | 150º | 0.66% | 0.85% | - |
| HSV(B) | 150º | 0.21% | 0.95% | - |
| XYZ | 66.01 | 79.72 | 77.55 | - |
| YUV | 224.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 217 | 0.21 | 0 | 0.10 | 0.05 | 150 | 0.66 | 0.85 |
| Hex | C0 | F2 | D9 | 15 | 0 | A | 5 | 96 | 42 | 55 |
| Octal | 300 | 362 | 331 | 25 | 0 | 12 | 5 | 226 | 102 | 125 |
| Binary | 11000000 | 11110010 | 11011001 | 10101 | 0 | 1010 | 101 | 10010110 | 1000010 | 1010101 |
Color Harmonies of #C0F2D9
Complementary color
Monochromatic Colors of #C0F2D9
Black with #C0F2D9
Text Example
Text Example
White with #C0F2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F2D9; }
p { color: rgb(192,242,217); }
H1.HeaderClassName
{
color: #C0F2D9;
}
.AnyTagClassName
{
color: #C0F2D9;
}
</style>
background-color css
<style>
a { background-color: #C0F2D9; }
a { background-color: rgb(192,242,217); }
div.DivClassName
{
background-color: #C0F2D9;
}
.BgClassName
{
background-color: #C0F2D9;
}
</style>
border-color css
<style>
span { border-color: #C0F2D9; }
span { border-color: rgb(192,242,217); }
td.TdClassName
{
border-color: #C0F2D9;
}
.TagClassName
{
border-color: #C0F2D9;
}
</style>