Shades of Vista Blue #80D0A7
Tints of Vista Blue #80D0A7
RGB
CMYK
RGB Variations
Color information
#80D0A7 (or 0x80D0A7) is known color: Vista Blue. HEX triplet: 80, D0 and A7. RGB value is (128,208,167). Sum of RGB (Red+Green+Blue) = 128+208+167=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #80D0A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D0A7 is #7F2F58. Grayscale: #B3B3B3. Windows color (decimal): -8335193 or 10997888. OLE color: 10997888.
HSL color Cylindrical-coordinate representation of color #80D0A7: hue angle of 149.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80D0A7 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 167 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.18 |
| HSL | 149.25º | 0.46% | 0.66% | - |
| HSV(B) | 149.25º | 0.38% | 0.82% | - |
| XYZ | 38.43 | 52.49 | 44.67 | - |
| YUV | 179.41 | 121 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 167 | 0.38 | 0 | 0.20 | 0.18 | 149.25 | 0.46 | 0.66 |
| Hex | 80 | D0 | A7 | 26 | 0 | 14 | 12 | 95 | 2E | 42 |
| Octal | 200 | 320 | 247 | 46 | 0 | 24 | 22 | 225 | 56 | 102 |
| Binary | 10000000 | 11010000 | 10100111 | 100110 | 0 | 10100 | 10010 | 10010101 | 101110 | 1000010 |
Color Harmonies of #80D0A7
Complementary color
Monochromatic Colors of #80D0A7
Black with #80D0A7
Text Example
Text Example
White with #80D0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D0A7; }
p { color: rgb(128,208,167); }
H1.HeaderClassName
{
color: #80D0A7;
}
.AnyTagClassName
{
color: #80D0A7;
}
</style>
background-color css
<style>
a { background-color: #80D0A7; }
a { background-color: rgb(128,208,167); }
div.DivClassName
{
background-color: #80D0A7;
}
.BgClassName
{
background-color: #80D0A7;
}
</style>
border-color css
<style>
span { border-color: #80D0A7; }
span { border-color: rgb(128,208,167); }
td.TdClassName
{
border-color: #80D0A7;
}
.TagClassName
{
border-color: #80D0A7;
}
</style>