Shades of Vista Blue #80F3AF
Tints of Vista Blue #80F3AF
RGB
CMYK
RGB Variations
Color information
#80F3AF (or 0x80F3AF) is known color: Vista Blue. HEX triplet: 80, F3 and AF. RGB value is (128,243,175). Sum of RGB (Red+Green+Blue) = 128+243+175=546 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.44% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #80F3AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F3AF is #7F0C50. Grayscale: #C9C9C9. Windows color (decimal): -8326225 or 11531136. OLE color: 11531136.
HSL color Cylindrical-coordinate representation of color #80F3AF: hue angle of 144.52º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80F3AF is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 243 | 175 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.05 |
| HSL | 144.52º | 0.83% | 0.73% | - |
| HSV(B) | 144.52º | 0.47% | 0.95% | - |
| XYZ | 48.69 | 71.79 | 51.85 | - |
| YUV | 200.86 | 113.4 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 243 | 175 | 0.47 | 0 | 0.28 | 0.05 | 144.52 | 0.83 | 0.73 |
| Hex | 80 | F3 | AF | 2F | 0 | 1C | 5 | 91 | 53 | 49 |
| Octal | 200 | 363 | 257 | 57 | 0 | 34 | 5 | 221 | 123 | 111 |
| Binary | 10000000 | 11110011 | 10101111 | 101111 | 0 | 11100 | 101 | 10010001 | 1010011 | 1001001 |
Color Harmonies of #80F3AF
Complementary color
Monochromatic Colors of #80F3AF
Black with #80F3AF
Text Example
Text Example
White with #80F3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F3AF; }
p { color: rgb(128,243,175); }
H1.HeaderClassName
{
color: #80F3AF;
}
.AnyTagClassName
{
color: #80F3AF;
}
</style>
background-color css
<style>
a { background-color: #80F3AF; }
a { background-color: rgb(128,243,175); }
div.DivClassName
{
background-color: #80F3AF;
}
.BgClassName
{
background-color: #80F3AF;
}
</style>
border-color css
<style>
span { border-color: #80F3AF; }
span { border-color: rgb(128,243,175); }
td.TdClassName
{
border-color: #80F3AF;
}
.TagClassName
{
border-color: #80F3AF;
}
</style>