Shades of Vista Blue #80DAAC
Tints of Vista Blue #80DAAC
RGB
CMYK
RGB Variations
Color information
#80DAAC (or 0x80DAAC) is known color: Vista Blue. HEX triplet: 80, DA and AC. RGB value is (128,218,172). Sum of RGB (Red+Green+Blue) = 128+218+172=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #80DAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DAAC is #7F2553. Grayscale: #B9B9B9. Windows color (decimal): -8332628 or 11328128. OLE color: 11328128.
HSL color Cylindrical-coordinate representation of color #80DAAC: hue angle of 149.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 #80DAAC is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 172 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.15 |
| HSL | 149.33º | 0.55% | 0.68% | - |
| HSV(B) | 149.33º | 0.41% | 0.85% | - |
| XYZ | 41.42 | 57.71 | 47.99 | - |
| YUV | 185.85 | 120.18 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 172 | 0.41 | 0 | 0.21 | 0.15 | 149.33 | 0.55 | 0.68 |
| Hex | 80 | DA | AC | 29 | 0 | 15 | F | 95 | 37 | 44 |
| Octal | 200 | 332 | 254 | 51 | 0 | 25 | 17 | 225 | 67 | 104 |
| Binary | 10000000 | 11011010 | 10101100 | 101001 | 0 | 10101 | 1111 | 10010101 | 110111 | 1000100 |
Color Harmonies of #80DAAC
Complementary color
Monochromatic Colors of #80DAAC
Black with #80DAAC
Text Example
Text Example
White with #80DAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DAAC; }
p { color: rgb(128,218,172); }
H1.HeaderClassName
{
color: #80DAAC;
}
.AnyTagClassName
{
color: #80DAAC;
}
</style>
background-color css
<style>
a { background-color: #80DAAC; }
a { background-color: rgb(128,218,172); }
div.DivClassName
{
background-color: #80DAAC;
}
.BgClassName
{
background-color: #80DAAC;
}
</style>
border-color css
<style>
span { border-color: #80DAAC; }
span { border-color: rgb(128,218,172); }
td.TdClassName
{
border-color: #80DAAC;
}
.TagClassName
{
border-color: #80DAAC;
}
</style>