Shades of Vista Blue #80DAAF
Tints of Vista Blue #80DAAF
RGB
CMYK
RGB Variations
Color information
#80DAAF (or 0x80DAAF) is known color: Vista Blue. HEX triplet: 80, DA and AF. RGB value is (128,218,175). Sum of RGB (Red+Green+Blue) = 128+218+175=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #80DAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DAAF is #7F2550. Grayscale: #BABABA. Windows color (decimal): -8332625 or 11524736. OLE color: 11524736.
HSL color Cylindrical-coordinate representation of color #80DAAF: hue angle of 151.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 #80DAAF is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 175 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.15 |
| HSL | 151.33º | 0.55% | 0.68% | - |
| HSV(B) | 151.33º | 0.41% | 0.85% | - |
| XYZ | 41.71 | 57.83 | 49.52 | - |
| YUV | 186.19 | 121.68 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 175 | 0.41 | 0 | 0.20 | 0.15 | 151.33 | 0.55 | 0.68 |
| Hex | 80 | DA | AF | 29 | 0 | 14 | F | 97 | 37 | 44 |
| Octal | 200 | 332 | 257 | 51 | 0 | 24 | 17 | 227 | 67 | 104 |
| Binary | 10000000 | 11011010 | 10101111 | 101001 | 0 | 10100 | 1111 | 10010111 | 110111 | 1000100 |
Color Harmonies of #80DAAF
Complementary color
Monochromatic Colors of #80DAAF
Black with #80DAAF
Text Example
Text Example
White with #80DAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DAAF; }
p { color: rgb(128,218,175); }
H1.HeaderClassName
{
color: #80DAAF;
}
.AnyTagClassName
{
color: #80DAAF;
}
</style>
background-color css
<style>
a { background-color: #80DAAF; }
a { background-color: rgb(128,218,175); }
div.DivClassName
{
background-color: #80DAAF;
}
.BgClassName
{
background-color: #80DAAF;
}
</style>
border-color css
<style>
span { border-color: #80DAAF; }
span { border-color: rgb(128,218,175); }
td.TdClassName
{
border-color: #80DAAF;
}
.TagClassName
{
border-color: #80DAAF;
}
</style>