Shades of Vista Blue #80F5AD
Tints of Vista Blue #80F5AD
RGB
CMYK
RGB Variations
Color information
#80F5AD (or 0x80F5AD) is known color: Vista Blue. HEX triplet: 80, F5 and AD. RGB value is (128,245,173). Sum of RGB (Red+Green+Blue) = 128+245+173=546 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.44% from 546); Green value is 245 (96.09% from 255 or 44.87% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 245 - color contains mainly: green. Hex color #80F5AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F5AD is #7F0A52. Grayscale: #C9C9C9. Windows color (decimal): -8325715 or 11400576. OLE color: 11400576.
HSL color Cylindrical-coordinate representation of color #80F5AD: hue angle of 143.08º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F5AD is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 245 | 173 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.04 |
| HSL | 143.08º | 0.85% | 0.73% | - |
| HSV(B) | 143.08º | 0.48% | 0.96% | - |
| XYZ | 49.1 | 72.91 | 51.02 | - |
| YUV | 201.81 | 111.74 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 245 | 173 | 0.48 | 0 | 0.29 | 0.04 | 143.08 | 0.85 | 0.73 |
| Hex | 80 | F5 | AD | 30 | 0 | 1D | 4 | 8F | 55 | 49 |
| Octal | 200 | 365 | 255 | 60 | 0 | 35 | 4 | 217 | 125 | 111 |
| Binary | 10000000 | 11110101 | 10101101 | 110000 | 0 | 11101 | 100 | 10001111 | 1010101 | 1001001 |
Color Harmonies of #80F5AD
Complementary color
Monochromatic Colors of #80F5AD
Black with #80F5AD
Text Example
Text Example
White with #80F5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F5AD; }
p { color: rgb(128,245,173); }
H1.HeaderClassName
{
color: #80F5AD;
}
.AnyTagClassName
{
color: #80F5AD;
}
</style>
background-color css
<style>
a { background-color: #80F5AD; }
a { background-color: rgb(128,245,173); }
div.DivClassName
{
background-color: #80F5AD;
}
.BgClassName
{
background-color: #80F5AD;
}
</style>
border-color css
<style>
span { border-color: #80F5AD; }
span { border-color: rgb(128,245,173); }
td.TdClassName
{
border-color: #80F5AD;
}
.TagClassName
{
border-color: #80F5AD;
}
</style>