Shades of Vista Blue #80EBB5
Tints of Vista Blue #80EBB5
RGB
CMYK
RGB Variations
Color information
#80EBB5 (or 0x80EBB5) is known color: Vista Blue. HEX triplet: 80, EB and B5. RGB value is (128,235,181). Sum of RGB (Red+Green+Blue) = 128+235+181=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 235 (92.19% from 255 or 43.20% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 235 - color contains mainly: green. Hex color #80EBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EBB5 is #7F144A. Grayscale: #C4C4C4. Windows color (decimal): -8328267 or 11922304. OLE color: 11922304.
HSL color Cylindrical-coordinate representation of color #80EBB5: hue angle of 149.72º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EBB5 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 235 | 181 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.08 |
| HSL | 149.72º | 0.73% | 0.71% | - |
| HSV(B) | 149.72º | 0.46% | 0.92% | - |
| XYZ | 46.95 | 67.34 | 54.24 | - |
| YUV | 196.85 | 119.05 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 235 | 181 | 0.46 | 0 | 0.23 | 0.08 | 149.72 | 0.73 | 0.71 |
| Hex | 80 | EB | B5 | 2E | 0 | 17 | 8 | 96 | 49 | 47 |
| Octal | 200 | 353 | 265 | 56 | 0 | 27 | 10 | 226 | 111 | 107 |
| Binary | 10000000 | 11101011 | 10110101 | 101110 | 0 | 10111 | 1000 | 10010110 | 1001001 | 1000111 |
Color Harmonies of #80EBB5
Complementary color
Monochromatic Colors of #80EBB5
Black with #80EBB5
Text Example
Text Example
White with #80EBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EBB5; }
p { color: rgb(128,235,181); }
H1.HeaderClassName
{
color: #80EBB5;
}
.AnyTagClassName
{
color: #80EBB5;
}
</style>
background-color css
<style>
a { background-color: #80EBB5; }
a { background-color: rgb(128,235,181); }
div.DivClassName
{
background-color: #80EBB5;
}
.BgClassName
{
background-color: #80EBB5;
}
</style>
border-color css
<style>
span { border-color: #80EBB5; }
span { border-color: rgb(128,235,181); }
td.TdClassName
{
border-color: #80EBB5;
}
.TagClassName
{
border-color: #80EBB5;
}
</style>