Shades of Vista Blue #80EAB5
Tints of Vista Blue #80EAB5
RGB
CMYK
RGB Variations
Color information
#80EAB5 (or 0x80EAB5) is known color: Vista Blue. HEX triplet: 80, EA and B5. RGB value is (128,234,181). Sum of RGB (Red+Green+Blue) = 128+234+181=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #80EAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EAB5 is #7F154A. Grayscale: #C4C4C4. Windows color (decimal): -8328523 or 11922048. OLE color: 11922048.
HSL color Cylindrical-coordinate representation of color #80EAB5: hue angle of 150º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80EAB5 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 234 | 181 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.08 |
| HSL | 150º | 0.72% | 0.71% | - |
| HSV(B) | 150º | 0.45% | 0.92% | - |
| XYZ | 46.67 | 66.77 | 54.14 | - |
| YUV | 196.26 | 119.38 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 234 | 181 | 0.45 | 0 | 0.23 | 0.08 | 150 | 0.72 | 0.71 |
| Hex | 80 | EA | B5 | 2D | 0 | 17 | 8 | 96 | 48 | 47 |
| Octal | 200 | 352 | 265 | 55 | 0 | 27 | 10 | 226 | 110 | 107 |
| Binary | 10000000 | 11101010 | 10110101 | 101101 | 0 | 10111 | 1000 | 10010110 | 1001000 | 1000111 |
Color Harmonies of #80EAB5
Complementary color
Monochromatic Colors of #80EAB5
Black with #80EAB5
Text Example
Text Example
White with #80EAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EAB5; }
p { color: rgb(128,234,181); }
H1.HeaderClassName
{
color: #80EAB5;
}
.AnyTagClassName
{
color: #80EAB5;
}
</style>
background-color css
<style>
a { background-color: #80EAB5; }
a { background-color: rgb(128,234,181); }
div.DivClassName
{
background-color: #80EAB5;
}
.BgClassName
{
background-color: #80EAB5;
}
</style>
border-color css
<style>
span { border-color: #80EAB5; }
span { border-color: rgb(128,234,181); }
td.TdClassName
{
border-color: #80EAB5;
}
.TagClassName
{
border-color: #80EAB5;
}
</style>