Shades of Vista Blue #80F8AD
Tints of Vista Blue #80F8AD
RGB
CMYK
RGB Variations
Color information
#80F8AD (or 0x80F8AD) is known color: Vista Blue. HEX triplet: 80, F8 and AD. RGB value is (128,248,173). Sum of RGB (Red+Green+Blue) = 128+248+173=549 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.32% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 248 - color contains mainly: green. Hex color #80F8AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F8AD is #7F0752. Grayscale: #CBCBCB. Windows color (decimal): -8324947 or 11401344. OLE color: 11401344.
HSL color Cylindrical-coordinate representation of color #80F8AD: hue angle of 142.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F8AD is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 248 | 173 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.03 |
| HSL | 142.5º | 0.9% | 0.74% | - |
| HSV(B) | 142.5º | 0.48% | 0.97% | - |
| XYZ | 50.01 | 74.74 | 51.33 | - |
| YUV | 203.57 | 110.74 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 248 | 173 | 0.48 | 0 | 0.30 | 0.03 | 142.5 | 0.9 | 0.74 |
| Hex | 80 | F8 | AD | 30 | 0 | 1E | 3 | 8E | 5A | 4A |
| Octal | 200 | 370 | 255 | 60 | 0 | 36 | 3 | 216 | 132 | 112 |
| Binary | 10000000 | 11111000 | 10101101 | 110000 | 0 | 11110 | 11 | 10001110 | 1011010 | 1001010 |
Color Harmonies of #80F8AD
Complementary color
Monochromatic Colors of #80F8AD
Black with #80F8AD
Text Example
Text Example
White with #80F8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F8AD; }
p { color: rgb(128,248,173); }
H1.HeaderClassName
{
color: #80F8AD;
}
.AnyTagClassName
{
color: #80F8AD;
}
</style>
background-color css
<style>
a { background-color: #80F8AD; }
a { background-color: rgb(128,248,173); }
div.DivClassName
{
background-color: #80F8AD;
}
.BgClassName
{
background-color: #80F8AD;
}
</style>
border-color css
<style>
span { border-color: #80F8AD; }
span { border-color: rgb(128,248,173); }
td.TdClassName
{
border-color: #80F8AD;
}
.TagClassName
{
border-color: #80F8AD;
}
</style>