Shades of Vista Blue #80DAAA
Tints of Vista Blue #80DAAA
RGB
CMYK
RGB Variations
Color information
#80DAAA (or 0x80DAAA) is known color: Vista Blue. HEX triplet: 80, DA and AA. RGB value is (128,218,170). Sum of RGB (Red+Green+Blue) = 128+218+170=516 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.81% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #80DAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DAAA is #7F2555. Grayscale: #B9B9B9. Windows color (decimal): -8332630 or 11197056. OLE color: 11197056.
HSL color Cylindrical-coordinate representation of color #80DAAA: hue angle of 148º 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 #80DAAA is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 170 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.15 |
| HSL | 148º | 0.55% | 0.68% | - |
| HSV(B) | 148º | 0.41% | 0.85% | - |
| XYZ | 41.23 | 57.63 | 46.98 | - |
| YUV | 185.62 | 119.18 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 170 | 0.41 | 0 | 0.22 | 0.15 | 148 | 0.55 | 0.68 |
| Hex | 80 | DA | AA | 29 | 0 | 16 | F | 94 | 37 | 44 |
| Octal | 200 | 332 | 252 | 51 | 0 | 26 | 17 | 224 | 67 | 104 |
| Binary | 10000000 | 11011010 | 10101010 | 101001 | 0 | 10110 | 1111 | 10010100 | 110111 | 1000100 |
Color Harmonies of #80DAAA
Complementary color
Monochromatic Colors of #80DAAA
Black with #80DAAA
Text Example
Text Example
White with #80DAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DAAA; }
p { color: rgb(128,218,170); }
H1.HeaderClassName
{
color: #80DAAA;
}
.AnyTagClassName
{
color: #80DAAA;
}
</style>
background-color css
<style>
a { background-color: #80DAAA; }
a { background-color: rgb(128,218,170); }
div.DivClassName
{
background-color: #80DAAA;
}
.BgClassName
{
background-color: #80DAAA;
}
</style>
border-color css
<style>
span { border-color: #80DAAA; }
span { border-color: rgb(128,218,170); }
td.TdClassName
{
border-color: #80DAAA;
}
.TagClassName
{
border-color: #80DAAA;
}
</style>