Shades of Vista Blue #80DBAA
Tints of Vista Blue #80DBAA
RGB
CMYK
RGB Variations
Color information
#80DBAA (or 0x80DBAA) is known color: Vista Blue. HEX triplet: 80, DB and AA. RGB value is (128,219,170). Sum of RGB (Red+Green+Blue) = 128+219+170=517 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.76% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #80DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DBAA is #7F2455. Grayscale: #BABABA. Windows color (decimal): -8332374 or 11197312. OLE color: 11197312.
HSL color Cylindrical-coordinate representation of color #80DBAA: hue angle of 147.69º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DBAA is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 219 | 170 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.14 |
| HSL | 147.69º | 0.56% | 0.68% | - |
| HSV(B) | 147.69º | 0.42% | 0.86% | - |
| XYZ | 41.49 | 58.15 | 47.07 | - |
| YUV | 186.21 | 118.85 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 170 | 0.42 | 0 | 0.22 | 0.14 | 147.69 | 0.56 | 0.68 |
| Hex | 80 | DB | AA | 2A | 0 | 16 | E | 94 | 38 | 44 |
| Octal | 200 | 333 | 252 | 52 | 0 | 26 | 16 | 224 | 70 | 104 |
| Binary | 10000000 | 11011011 | 10101010 | 101010 | 0 | 10110 | 1110 | 10010100 | 111000 | 1000100 |
Color Harmonies of #80DBAA
Complementary color
Monochromatic Colors of #80DBAA
Black with #80DBAA
Text Example
Text Example
White with #80DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DBAA; }
p { color: rgb(128,219,170); }
H1.HeaderClassName
{
color: #80DBAA;
}
.AnyTagClassName
{
color: #80DBAA;
}
</style>
background-color css
<style>
a { background-color: #80DBAA; }
a { background-color: rgb(128,219,170); }
div.DivClassName
{
background-color: #80DBAA;
}
.BgClassName
{
background-color: #80DBAA;
}
</style>
border-color css
<style>
span { border-color: #80DBAA; }
span { border-color: rgb(128,219,170); }
td.TdClassName
{
border-color: #80DBAA;
}
.TagClassName
{
border-color: #80DBAA;
}
</style>