Shades of Vista Blue #80ECB9
Tints of Vista Blue #80ECB9
RGB
CMYK
RGB Variations
Color information
#80ECB9 (or 0x80ECB9) is known color: Vista Blue. HEX triplet: 80, EC and B9. RGB value is (128,236,185). Sum of RGB (Red+Green+Blue) = 128+236+185=549 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.32% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECB9 is #7F1346. Grayscale: #C5C5C5. Windows color (decimal): -8328007 or 12184704. OLE color: 12184704.
HSL color Cylindrical-coordinate representation of color #80ECB9: hue angle of 151.67º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80ECB9 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 185 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.07 |
| HSL | 151.67º | 0.74% | 0.71% | - |
| HSV(B) | 151.67º | 0.46% | 0.93% | - |
| XYZ | 47.65 | 68.08 | 56.53 | - |
| YUV | 197.89 | 120.72 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 185 | 0.46 | 0 | 0.22 | 0.07 | 151.67 | 0.74 | 0.71 |
| Hex | 80 | EC | B9 | 2E | 0 | 16 | 7 | 98 | 4A | 47 |
| Octal | 200 | 354 | 271 | 56 | 0 | 26 | 7 | 230 | 112 | 107 |
| Binary | 10000000 | 11101100 | 10111001 | 101110 | 0 | 10110 | 111 | 10011000 | 1001010 | 1000111 |
Color Harmonies of #80ECB9
Complementary color
Monochromatic Colors of #80ECB9
Black with #80ECB9
Text Example
Text Example
White with #80ECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ECB9; }
p { color: rgb(128,236,185); }
H1.HeaderClassName
{
color: #80ECB9;
}
.AnyTagClassName
{
color: #80ECB9;
}
</style>
background-color css
<style>
a { background-color: #80ECB9; }
a { background-color: rgb(128,236,185); }
div.DivClassName
{
background-color: #80ECB9;
}
.BgClassName
{
background-color: #80ECB9;
}
</style>
border-color css
<style>
span { border-color: #80ECB9; }
span { border-color: rgb(128,236,185); }
td.TdClassName
{
border-color: #80ECB9;
}
.TagClassName
{
border-color: #80ECB9;
}
</style>