Shades of Vista Blue #80ECAC
Tints of Vista Blue #80ECAC
RGB
CMYK
RGB Variations
Color information
#80ECAC (or 0x80ECAC) is known color: Vista Blue. HEX triplet: 80, EC and AC. RGB value is (128,236,172). Sum of RGB (Red+Green+Blue) = 128+236+172=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80ECAC is #7F1353. Grayscale: #C4C4C4. Windows color (decimal): -8328020 or 11332736. OLE color: 11332736.
HSL color Cylindrical-coordinate representation of color #80ECAC: hue angle of 144.44º 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 #80ECAC is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 172 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.07 |
| HSL | 144.44º | 0.74% | 0.71% | - |
| HSV(B) | 144.44º | 0.46% | 0.93% | - |
| XYZ | 46.34 | 67.56 | 49.63 | - |
| YUV | 196.41 | 114.22 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 172 | 0.46 | 0 | 0.27 | 0.07 | 144.44 | 0.74 | 0.71 |
| Hex | 80 | EC | AC | 2E | 0 | 1B | 7 | 90 | 4A | 47 |
| Octal | 200 | 354 | 254 | 56 | 0 | 33 | 7 | 220 | 112 | 107 |
| Binary | 10000000 | 11101100 | 10101100 | 101110 | 0 | 11011 | 111 | 10010000 | 1001010 | 1000111 |
Color Harmonies of #80ECAC
Complementary color
Monochromatic Colors of #80ECAC
Black with #80ECAC
Text Example
Text Example
White with #80ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ECAC; }
p { color: rgb(128,236,172); }
H1.HeaderClassName
{
color: #80ECAC;
}
.AnyTagClassName
{
color: #80ECAC;
}
</style>
background-color css
<style>
a { background-color: #80ECAC; }
a { background-color: rgb(128,236,172); }
div.DivClassName
{
background-color: #80ECAC;
}
.BgClassName
{
background-color: #80ECAC;
}
</style>
border-color css
<style>
span { border-color: #80ECAC; }
span { border-color: rgb(128,236,172); }
td.TdClassName
{
border-color: #80ECAC;
}
.TagClassName
{
border-color: #80ECAC;
}
</style>