Shades of Vista Blue #80E9AF
Tints of Vista Blue #80E9AF
RGB
CMYK
RGB Variations
Color information
#80E9AF (or 0x80E9AF) is known color: Vista Blue. HEX triplet: 80, E9 and AF. RGB value is (128,233,175). Sum of RGB (Red+Green+Blue) = 128+233+175=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #80E9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E9AF is #7F1650. Grayscale: #C3C3C3. Windows color (decimal): -8328785 or 11528576. OLE color: 11528576.
HSL color Cylindrical-coordinate representation of color #80E9AF: hue angle of 146.86º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80E9AF is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 233 | 175 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.09 |
| HSL | 146.86º | 0.7% | 0.71% | - |
| HSV(B) | 146.86º | 0.45% | 0.91% | - |
| XYZ | 45.78 | 65.96 | 50.88 | - |
| YUV | 194.99 | 116.71 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 233 | 175 | 0.45 | 0 | 0.25 | 0.09 | 146.86 | 0.7 | 0.71 |
| Hex | 80 | E9 | AF | 2D | 0 | 19 | 9 | 93 | 46 | 47 |
| Octal | 200 | 351 | 257 | 55 | 0 | 31 | 11 | 223 | 106 | 107 |
| Binary | 10000000 | 11101001 | 10101111 | 101101 | 0 | 11001 | 1001 | 10010011 | 1000110 | 1000111 |
Color Harmonies of #80E9AF
Complementary color
Monochromatic Colors of #80E9AF
Black with #80E9AF
Text Example
Text Example
White with #80E9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E9AF; }
p { color: rgb(128,233,175); }
H1.HeaderClassName
{
color: #80E9AF;
}
.AnyTagClassName
{
color: #80E9AF;
}
</style>
background-color css
<style>
a { background-color: #80E9AF; }
a { background-color: rgb(128,233,175); }
div.DivClassName
{
background-color: #80E9AF;
}
.BgClassName
{
background-color: #80E9AF;
}
</style>
border-color css
<style>
span { border-color: #80E9AF; }
span { border-color: rgb(128,233,175); }
td.TdClassName
{
border-color: #80E9AF;
}
.TagClassName
{
border-color: #80E9AF;
}
</style>