Shades of Vista Blue #80D7AC
Tints of Vista Blue #80D7AC
RGB
CMYK
RGB Variations
Color information
#80D7AC (or 0x80D7AC) is known color: Vista Blue. HEX triplet: 80, D7 and AC. RGB value is (128,215,172). Sum of RGB (Red+Green+Blue) = 128+215+172=515 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.85% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 215 - color contains mainly: green. Hex color #80D7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D7AC is #7F2853. Grayscale: #B8B8B8. Windows color (decimal): -8333396 or 11327360. OLE color: 11327360.
HSL color Cylindrical-coordinate representation of color #80D7AC: hue angle of 150.34º degrees, saturation: 0.52, 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 #80D7AC is Cyan = 0.40, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 172 | - |
| CMYK | 0.40 | 0 | 0.2 | 0.16 |
| HSL | 150.34º | 0.52% | 0.67% | - |
| HSV(B) | 150.34º | 0.4% | 0.84% | - |
| XYZ | 40.65 | 56.17 | 47.73 | - |
| YUV | 184.09 | 121.18 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 172 | 0.40 | 0 | 0.2 | 0.16 | 150.34 | 0.52 | 0.67 |
| Hex | 80 | D7 | AC | 28 | 0 | 14 | 10 | 96 | 34 | 43 |
| Octal | 200 | 327 | 254 | 50 | 0 | 24 | 20 | 226 | 64 | 103 |
| Binary | 10000000 | 11010111 | 10101100 | 101000 | 0 | 10100 | 10000 | 10010110 | 110100 | 1000011 |
Color Harmonies of #80D7AC
Complementary color
Monochromatic Colors of #80D7AC
Black with #80D7AC
Text Example
Text Example
White with #80D7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D7AC; }
p { color: rgb(128,215,172); }
H1.HeaderClassName
{
color: #80D7AC;
}
.AnyTagClassName
{
color: #80D7AC;
}
</style>
background-color css
<style>
a { background-color: #80D7AC; }
a { background-color: rgb(128,215,172); }
div.DivClassName
{
background-color: #80D7AC;
}
.BgClassName
{
background-color: #80D7AC;
}
</style>
border-color css
<style>
span { border-color: #80D7AC; }
span { border-color: rgb(128,215,172); }
td.TdClassName
{
border-color: #80D7AC;
}
.TagClassName
{
border-color: #80D7AC;
}
</style>