Shades of Vista Blue #80F9AF
Tints of Vista Blue #80F9AF
RGB
CMYK
RGB Variations
Color information
#80F9AF (or 0x80F9AF) is known color: Vista Blue. HEX triplet: 80, F9 and AF. RGB value is (128,249,175). Sum of RGB (Red+Green+Blue) = 128+249+175=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #80F9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F9AF is #7F0650. Grayscale: #CCCCCC. Windows color (decimal): -8324689 or 11532672. OLE color: 11532672.
HSL color Cylindrical-coordinate representation of color #80F9AF: hue angle of 143.31º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80F9AF is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 249 | 175 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.02 |
| HSL | 143.31º | 0.91% | 0.74% | - |
| HSV(B) | 143.31º | 0.49% | 0.98% | - |
| XYZ | 50.52 | 75.44 | 52.46 | - |
| YUV | 204.39 | 111.41 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 249 | 175 | 0.49 | 0 | 0.30 | 0.02 | 143.31 | 0.91 | 0.74 |
| Hex | 80 | F9 | AF | 31 | 0 | 1E | 2 | 8F | 5B | 4A |
| Octal | 200 | 371 | 257 | 61 | 0 | 36 | 2 | 217 | 133 | 112 |
| Binary | 10000000 | 11111001 | 10101111 | 110001 | 0 | 11110 | 10 | 10001111 | 1011011 | 1001010 |
Color Harmonies of #80F9AF
Complementary color
Monochromatic Colors of #80F9AF
Black with #80F9AF
Text Example
Text Example
White with #80F9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F9AF; }
p { color: rgb(128,249,175); }
H1.HeaderClassName
{
color: #80F9AF;
}
.AnyTagClassName
{
color: #80F9AF;
}
</style>
background-color css
<style>
a { background-color: #80F9AF; }
a { background-color: rgb(128,249,175); }
div.DivClassName
{
background-color: #80F9AF;
}
.BgClassName
{
background-color: #80F9AF;
}
</style>
border-color css
<style>
span { border-color: #80F9AF; }
span { border-color: rgb(128,249,175); }
td.TdClassName
{
border-color: #80F9AF;
}
.TagClassName
{
border-color: #80F9AF;
}
</style>