Shades of Vista Blue #80D4AB
Tints of Vista Blue #80D4AB
RGB
CMYK
RGB Variations
Color information
#80D4AB (or 0x80D4AB) is known color: Vista Blue. HEX triplet: 80, D4 and AB. RGB value is (128,212,171). Sum of RGB (Red+Green+Blue) = 128+212+171=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 212 - color contains mainly: green. Hex color #80D4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D4AB is #7F2B54. Grayscale: #B6B6B6. Windows color (decimal): -8334165 or 11261056. OLE color: 11261056.
HSL color Cylindrical-coordinate representation of color #80D4AB: hue angle of 150.71º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D4AB is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 212 | 171 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.17 |
| HSL | 150.71º | 0.49% | 0.67% | - |
| HSV(B) | 150.71º | 0.4% | 0.83% | - |
| XYZ | 39.8 | 54.62 | 46.97 | - |
| YUV | 182.21 | 121.67 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 212 | 171 | 0.40 | 0 | 0.19 | 0.17 | 150.71 | 0.49 | 0.67 |
| Hex | 80 | D4 | AB | 28 | 0 | 13 | 11 | 97 | 31 | 43 |
| Octal | 200 | 324 | 253 | 50 | 0 | 23 | 21 | 227 | 61 | 103 |
| Binary | 10000000 | 11010100 | 10101011 | 101000 | 0 | 10011 | 10001 | 10010111 | 110001 | 1000011 |
Color Harmonies of #80D4AB
Complementary color
Monochromatic Colors of #80D4AB
Black with #80D4AB
Text Example
Text Example
White with #80D4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D4AB; }
p { color: rgb(128,212,171); }
H1.HeaderClassName
{
color: #80D4AB;
}
.AnyTagClassName
{
color: #80D4AB;
}
</style>
background-color css
<style>
a { background-color: #80D4AB; }
a { background-color: rgb(128,212,171); }
div.DivClassName
{
background-color: #80D4AB;
}
.BgClassName
{
background-color: #80D4AB;
}
</style>
border-color css
<style>
span { border-color: #80D4AB; }
span { border-color: rgb(128,212,171); }
td.TdClassName
{
border-color: #80D4AB;
}
.TagClassName
{
border-color: #80D4AB;
}
</style>