Shades of Vista Blue #80E3AF
Tints of Vista Blue #80E3AF
RGB
CMYK
RGB Variations
Color information
#80E3AF (or 0x80E3AF) is known color: Vista Blue. HEX triplet: 80, E3 and AF. RGB value is (128,227,175). Sum of RGB (Red+Green+Blue) = 128+227+175=530 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.15% from 530); Green value is 227 (89.06% from 255 or 42.83% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 227 - color contains mainly: green. Hex color #80E3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E3AF is #7F1C50. Grayscale: #BFBFBF. Windows color (decimal): -8330321 or 11527040. OLE color: 11527040.
HSL color Cylindrical-coordinate representation of color #80E3AF: hue angle of 148.48º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E3AF is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 227 | 175 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.11 |
| HSL | 148.48º | 0.64% | 0.7% | - |
| HSV(B) | 148.48º | 0.44% | 0.89% | - |
| XYZ | 44.11 | 62.62 | 50.32 | - |
| YUV | 191.47 | 118.7 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 227 | 175 | 0.44 | 0 | 0.23 | 0.11 | 148.48 | 0.64 | 0.7 |
| Hex | 80 | E3 | AF | 2C | 0 | 17 | B | 94 | 40 | 46 |
| Octal | 200 | 343 | 257 | 54 | 0 | 27 | 13 | 224 | 100 | 106 |
| Binary | 10000000 | 11100011 | 10101111 | 101100 | 0 | 10111 | 1011 | 10010100 | 1000000 | 1000110 |
Color Harmonies of #80E3AF
Complementary color
Monochromatic Colors of #80E3AF
Black with #80E3AF
Text Example
Text Example
White with #80E3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E3AF; }
p { color: rgb(128,227,175); }
H1.HeaderClassName
{
color: #80E3AF;
}
.AnyTagClassName
{
color: #80E3AF;
}
</style>
background-color css
<style>
a { background-color: #80E3AF; }
a { background-color: rgb(128,227,175); }
div.DivClassName
{
background-color: #80E3AF;
}
.BgClassName
{
background-color: #80E3AF;
}
</style>
border-color css
<style>
span { border-color: #80E3AF; }
span { border-color: rgb(128,227,175); }
td.TdClassName
{
border-color: #80E3AF;
}
.TagClassName
{
border-color: #80E3AF;
}
</style>