Shades of Vista Blue #80DAB2
Tints of Vista Blue #80DAB2
RGB
CMYK
RGB Variations
Color information
#80DAB2 (or 0x80DAB2) is known color: Vista Blue. HEX triplet: 80, DA and B2. RGB value is (128,218,178). Sum of RGB (Red+Green+Blue) = 128+218+178=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #80DAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DAB2 is #7F254D. Grayscale: #BABABA. Windows color (decimal): -8332622 or 11721344. OLE color: 11721344.
HSL color Cylindrical-coordinate representation of color #80DAB2: hue angle of 153.33º 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 #80DAB2 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 178 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.15 |
| HSL | 153.33º | 0.55% | 0.68% | - |
| HSV(B) | 153.33º | 0.41% | 0.85% | - |
| XYZ | 42.01 | 57.95 | 51.09 | - |
| YUV | 186.53 | 123.18 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 178 | 0.41 | 0 | 0.18 | 0.15 | 153.33 | 0.55 | 0.68 |
| Hex | 80 | DA | B2 | 29 | 0 | 12 | F | 99 | 37 | 44 |
| Octal | 200 | 332 | 262 | 51 | 0 | 22 | 17 | 231 | 67 | 104 |
| Binary | 10000000 | 11011010 | 10110010 | 101001 | 0 | 10010 | 1111 | 10011001 | 110111 | 1000100 |
Color Harmonies of #80DAB2
Complementary color
Monochromatic Colors of #80DAB2
Black with #80DAB2
Text Example
Text Example
White with #80DAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DAB2; }
p { color: rgb(128,218,178); }
H1.HeaderClassName
{
color: #80DAB2;
}
.AnyTagClassName
{
color: #80DAB2;
}
</style>
background-color css
<style>
a { background-color: #80DAB2; }
a { background-color: rgb(128,218,178); }
div.DivClassName
{
background-color: #80DAB2;
}
.BgClassName
{
background-color: #80DAB2;
}
</style>
border-color css
<style>
span { border-color: #80DAB2; }
span { border-color: rgb(128,218,178); }
td.TdClassName
{
border-color: #80DAB2;
}
.TagClassName
{
border-color: #80DAB2;
}
</style>