Shades of Vista Blue #80F6B2
Tints of Vista Blue #80F6B2
RGB
CMYK
RGB Variations
Color information
#80F6B2 (or 0x80F6B2) is known color: Vista Blue. HEX triplet: 80, F6 and B2. RGB value is (128,246,178). Sum of RGB (Red+Green+Blue) = 128+246+178=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 246 (96.48% from 255 or 44.57% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 246 - color contains mainly: green. Hex color #80F6B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F6B2 is #7F094D. Grayscale: #CBCBCB. Windows color (decimal): -8325454 or 11728512. OLE color: 11728512.
HSL color Cylindrical-coordinate representation of color #80F6B2: hue angle of 145.42º degrees, saturation: 0.87, 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 #80F6B2 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 246 | 178 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.04 |
| HSL | 145.42º | 0.87% | 0.73% | - |
| HSV(B) | 145.42º | 0.48% | 0.96% | - |
| XYZ | 49.89 | 73.72 | 53.72 | - |
| YUV | 202.97 | 113.91 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 246 | 178 | 0.48 | 0 | 0.28 | 0.04 | 145.42 | 0.87 | 0.73 |
| Hex | 80 | F6 | B2 | 30 | 0 | 1C | 4 | 91 | 57 | 49 |
| Octal | 200 | 366 | 262 | 60 | 0 | 34 | 4 | 221 | 127 | 111 |
| Binary | 10000000 | 11110110 | 10110010 | 110000 | 0 | 11100 | 100 | 10010001 | 1010111 | 1001001 |
Color Harmonies of #80F6B2
Complementary color
Monochromatic Colors of #80F6B2
Black with #80F6B2
Text Example
Text Example
White with #80F6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F6B2; }
p { color: rgb(128,246,178); }
H1.HeaderClassName
{
color: #80F6B2;
}
.AnyTagClassName
{
color: #80F6B2;
}
</style>
background-color css
<style>
a { background-color: #80F6B2; }
a { background-color: rgb(128,246,178); }
div.DivClassName
{
background-color: #80F6B2;
}
.BgClassName
{
background-color: #80F6B2;
}
</style>
border-color css
<style>
span { border-color: #80F6B2; }
span { border-color: rgb(128,246,178); }
td.TdClassName
{
border-color: #80F6B2;
}
.TagClassName
{
border-color: #80F6B2;
}
</style>