Shades of Vista Blue #80D6AD
Tints of Vista Blue #80D6AD
RGB
CMYK
RGB Variations
Color information
#80D6AD (or 0x80D6AD) is known color: Vista Blue. HEX triplet: 80, D6 and AD. RGB value is (128,214,173). Sum of RGB (Red+Green+Blue) = 128+214+173=515 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.85% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #80D6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D6AD is #7F2952. Grayscale: #B7B7B7. Windows color (decimal): -8333651 or 11392640. OLE color: 11392640.
HSL color Cylindrical-coordinate representation of color #80D6AD: hue angle of 151.4º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D6AD is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 173 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.16 |
| HSL | 151.4º | 0.51% | 0.67% | - |
| HSV(B) | 151.4º | 0.4% | 0.84% | - |
| XYZ | 40.49 | 55.7 | 48.15 | - |
| YUV | 183.61 | 122.01 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 173 | 0.40 | 0 | 0.19 | 0.16 | 151.4 | 0.51 | 0.67 |
| Hex | 80 | D6 | AD | 28 | 0 | 13 | 10 | 97 | 33 | 43 |
| Octal | 200 | 326 | 255 | 50 | 0 | 23 | 20 | 227 | 63 | 103 |
| Binary | 10000000 | 11010110 | 10101101 | 101000 | 0 | 10011 | 10000 | 10010111 | 110011 | 1000011 |
Color Harmonies of #80D6AD
Complementary color
Monochromatic Colors of #80D6AD
Black with #80D6AD
Text Example
Text Example
White with #80D6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D6AD; }
p { color: rgb(128,214,173); }
H1.HeaderClassName
{
color: #80D6AD;
}
.AnyTagClassName
{
color: #80D6AD;
}
</style>
background-color css
<style>
a { background-color: #80D6AD; }
a { background-color: rgb(128,214,173); }
div.DivClassName
{
background-color: #80D6AD;
}
.BgClassName
{
background-color: #80D6AD;
}
</style>
border-color css
<style>
span { border-color: #80D6AD; }
span { border-color: rgb(128,214,173); }
td.TdClassName
{
border-color: #80D6AD;
}
.TagClassName
{
border-color: #80D6AD;
}
</style>