Shades of Vista Blue #80ECB5
Tints of Vista Blue #80ECB5
RGB
CMYK
RGB Variations
Color information
#80ECB5 (or 0x80ECB5) is known color: Vista Blue. HEX triplet: 80, EC and B5. RGB value is (128,236,181). Sum of RGB (Red+Green+Blue) = 128+236+181=545 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.49% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECB5 is #7F134A. Grayscale: #C5C5C5. Windows color (decimal): -8328011 or 11922560. OLE color: 11922560.
HSL color Cylindrical-coordinate representation of color #80ECB5: hue angle of 149.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 #80ECB5 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 181 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.07 |
| HSL | 149.44º | 0.74% | 0.71% | - |
| HSV(B) | 149.44º | 0.46% | 0.93% | - |
| XYZ | 47.24 | 67.92 | 54.34 | - |
| YUV | 197.44 | 118.72 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 181 | 0.46 | 0 | 0.23 | 0.07 | 149.44 | 0.74 | 0.71 |
| Hex | 80 | EC | B5 | 2E | 0 | 17 | 7 | 95 | 4A | 47 |
| Octal | 200 | 354 | 265 | 56 | 0 | 27 | 7 | 225 | 112 | 107 |
| Binary | 10000000 | 11101100 | 10110101 | 101110 | 0 | 10111 | 111 | 10010101 | 1001010 | 1000111 |
Color Harmonies of #80ECB5
Complementary color
Monochromatic Colors of #80ECB5
Black with #80ECB5
Text Example
Text Example
White with #80ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ECB5; }
p { color: rgb(128,236,181); }
H1.HeaderClassName
{
color: #80ECB5;
}
.AnyTagClassName
{
color: #80ECB5;
}
</style>
background-color css
<style>
a { background-color: #80ECB5; }
a { background-color: rgb(128,236,181); }
div.DivClassName
{
background-color: #80ECB5;
}
.BgClassName
{
background-color: #80ECB5;
}
</style>
border-color css
<style>
span { border-color: #80ECB5; }
span { border-color: rgb(128,236,181); }
td.TdClassName
{
border-color: #80ECB5;
}
.TagClassName
{
border-color: #80ECB5;
}
</style>