Shades of Vista Blue #80E1A8
Tints of Vista Blue #80E1A8
RGB
CMYK
RGB Variations
Color information
#80E1A8 (or 0x80E1A8) is known color: Vista Blue. HEX triplet: 80, E1 and A8. RGB value is (128,225,168). Sum of RGB (Red+Green+Blue) = 128+225+168=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #80E1A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E1A8 is #7F1E57. Grayscale: #BDBDBD. Windows color (decimal): -8330840 or 11067776. OLE color: 11067776.
HSL color Cylindrical-coordinate representation of color #80E1A8: hue angle of 144.74º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E1A8 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 225 | 168 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.12 |
| HSL | 144.74º | 0.62% | 0.69% | - |
| HSV(B) | 144.74º | 0.43% | 0.88% | - |
| XYZ | 42.9 | 61.27 | 46.61 | - |
| YUV | 189.5 | 115.86 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 225 | 168 | 0.43 | 0 | 0.25 | 0.12 | 144.74 | 0.62 | 0.69 |
| Hex | 80 | E1 | A8 | 2B | 0 | 19 | C | 91 | 3E | 45 |
| Octal | 200 | 341 | 250 | 53 | 0 | 31 | 14 | 221 | 76 | 105 |
| Binary | 10000000 | 11100001 | 10101000 | 101011 | 0 | 11001 | 1100 | 10010001 | 111110 | 1000101 |
Color Harmonies of #80E1A8
Complementary color
Monochromatic Colors of #80E1A8
Black with #80E1A8
Text Example
Text Example
White with #80E1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E1A8; }
p { color: rgb(128,225,168); }
H1.HeaderClassName
{
color: #80E1A8;
}
.AnyTagClassName
{
color: #80E1A8;
}
</style>
background-color css
<style>
a { background-color: #80E1A8; }
a { background-color: rgb(128,225,168); }
div.DivClassName
{
background-color: #80E1A8;
}
.BgClassName
{
background-color: #80E1A8;
}
</style>
border-color css
<style>
span { border-color: #80E1A8; }
span { border-color: rgb(128,225,168); }
td.TdClassName
{
border-color: #80E1A8;
}
.TagClassName
{
border-color: #80E1A8;
}
</style>