Shades of Vista Blue #80F8AF
Tints of Vista Blue #80F8AF
RGB
CMYK
RGB Variations
Color information
#80F8AF (or 0x80F8AF) is known color: Vista Blue. HEX triplet: 80, F8 and AF. RGB value is (128,248,175). Sum of RGB (Red+Green+Blue) = 128+248+175=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 248 - color contains mainly: green. Hex color #80F8AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F8AF is #7F0750. Grayscale: #CBCBCB. Windows color (decimal): -8324945 or 11532416. OLE color: 11532416.
HSL color Cylindrical-coordinate representation of color #80F8AF: hue angle of 143.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 #80F8AF is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 248 | 175 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.03 |
| HSL | 143.5º | 0.9% | 0.74% | - |
| HSV(B) | 143.5º | 0.48% | 0.97% | - |
| XYZ | 50.21 | 74.82 | 52.35 | - |
| YUV | 203.8 | 111.74 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 248 | 175 | 0.48 | 0 | 0.29 | 0.03 | 143.5 | 0.9 | 0.74 |
| Hex | 80 | F8 | AF | 30 | 0 | 1D | 3 | 90 | 5A | 4A |
| Octal | 200 | 370 | 257 | 60 | 0 | 35 | 3 | 220 | 132 | 112 |
| Binary | 10000000 | 11111000 | 10101111 | 110000 | 0 | 11101 | 11 | 10010000 | 1011010 | 1001010 |
Color Harmonies of #80F8AF
Complementary color
Monochromatic Colors of #80F8AF
Black with #80F8AF
Text Example
Text Example
White with #80F8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F8AF; }
p { color: rgb(128,248,175); }
H1.HeaderClassName
{
color: #80F8AF;
}
.AnyTagClassName
{
color: #80F8AF;
}
</style>
background-color css
<style>
a { background-color: #80F8AF; }
a { background-color: rgb(128,248,175); }
div.DivClassName
{
background-color: #80F8AF;
}
.BgClassName
{
background-color: #80F8AF;
}
</style>
border-color css
<style>
span { border-color: #80F8AF; }
span { border-color: rgb(128,248,175); }
td.TdClassName
{
border-color: #80F8AF;
}
.TagClassName
{
border-color: #80F8AF;
}
</style>