Shades of Vista Blue #80DAB1
Tints of Vista Blue #80DAB1
RGB
CMYK
RGB Variations
Color information
#80DAB1 (or 0x80DAB1) is known color: Vista Blue. HEX triplet: 80, DA and B1. RGB value is (128,218,177). Sum of RGB (Red+Green+Blue) = 128+218+177=523 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.47% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #80DAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DAB1 is #7F254E. Grayscale: #BABABA. Windows color (decimal): -8332623 or 11655808. OLE color: 11655808.
HSL color Cylindrical-coordinate representation of color #80DAB1: hue angle of 152.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80DAB1 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 177 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.15 |
| HSL | 152.67º | 0.55% | 0.68% | - |
| HSV(B) | 152.67º | 0.41% | 0.85% | - |
| XYZ | 41.91 | 57.91 | 50.56 | - |
| YUV | 186.42 | 122.68 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 177 | 0.41 | 0 | 0.19 | 0.15 | 152.67 | 0.55 | 0.68 |
| Hex | 80 | DA | B1 | 29 | 0 | 13 | F | 99 | 37 | 44 |
| Octal | 200 | 332 | 261 | 51 | 0 | 23 | 17 | 231 | 67 | 104 |
| Binary | 10000000 | 11011010 | 10110001 | 101001 | 0 | 10011 | 1111 | 10011001 | 110111 | 1000100 |
Color Harmonies of #80DAB1
Complementary color
Monochromatic Colors of #80DAB1
Black with #80DAB1
Text Example
Text Example
White with #80DAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DAB1; }
p { color: rgb(128,218,177); }
H1.HeaderClassName
{
color: #80DAB1;
}
.AnyTagClassName
{
color: #80DAB1;
}
</style>
background-color css
<style>
a { background-color: #80DAB1; }
a { background-color: rgb(128,218,177); }
div.DivClassName
{
background-color: #80DAB1;
}
.BgClassName
{
background-color: #80DAB1;
}
</style>
border-color css
<style>
span { border-color: #80DAB1; }
span { border-color: rgb(128,218,177); }
td.TdClassName
{
border-color: #80DAB1;
}
.TagClassName
{
border-color: #80DAB1;
}
</style>