Shades of Vista Blue #80D0A6
Tints of Vista Blue #80D0A6
RGB
CMYK
RGB Variations
Color information
#80D0A6 (or 0x80D0A6) is known color: Vista Blue. HEX triplet: 80, D0 and A6. RGB value is (128,208,166). Sum of RGB (Red+Green+Blue) = 128+208+166=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #80D0A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D0A6 is #7F2F59. Grayscale: #B3B3B3. Windows color (decimal): -8335194 or 10932352. OLE color: 10932352.
HSL color Cylindrical-coordinate representation of color #80D0A6: hue angle of 148.5º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80D0A6 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 166 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.18 |
| HSL | 148.5º | 0.46% | 0.66% | - |
| HSV(B) | 148.5º | 0.38% | 0.82% | - |
| XYZ | 38.34 | 52.45 | 44.18 | - |
| YUV | 179.29 | 120.5 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 166 | 0.38 | 0 | 0.20 | 0.18 | 148.5 | 0.46 | 0.66 |
| Hex | 80 | D0 | A6 | 26 | 0 | 14 | 12 | 94 | 2E | 42 |
| Octal | 200 | 320 | 246 | 46 | 0 | 24 | 22 | 224 | 56 | 102 |
| Binary | 10000000 | 11010000 | 10100110 | 100110 | 0 | 10100 | 10010 | 10010100 | 101110 | 1000010 |
Color Harmonies of #80D0A6
Complementary color
Monochromatic Colors of #80D0A6
Black with #80D0A6
Text Example
Text Example
White with #80D0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D0A6; }
p { color: rgb(128,208,166); }
H1.HeaderClassName
{
color: #80D0A6;
}
.AnyTagClassName
{
color: #80D0A6;
}
</style>
background-color css
<style>
a { background-color: #80D0A6; }
a { background-color: rgb(128,208,166); }
div.DivClassName
{
background-color: #80D0A6;
}
.BgClassName
{
background-color: #80D0A6;
}
</style>
border-color css
<style>
span { border-color: #80D0A6; }
span { border-color: rgb(128,208,166); }
td.TdClassName
{
border-color: #80D0A6;
}
.TagClassName
{
border-color: #80D0A6;
}
</style>