Shades of Vista Blue #80DDB1
Tints of Vista Blue #80DDB1
RGB
CMYK
RGB Variations
Color information
#80DDB1 (or 0x80DDB1) is known color: Vista Blue. HEX triplet: 80, DD and B1. RGB value is (128,221,177). Sum of RGB (Red+Green+Blue) = 128+221+177=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DDB1 is #7F224E. Grayscale: #BCBCBC. Windows color (decimal): -8331855 or 11656576. OLE color: 11656576.
HSL color Cylindrical-coordinate representation of color #80DDB1: hue angle of 151.61º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DDB1 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 177 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.13 |
| HSL | 151.61º | 0.58% | 0.68% | - |
| HSV(B) | 151.61º | 0.42% | 0.87% | - |
| XYZ | 42.69 | 59.48 | 50.82 | - |
| YUV | 188.18 | 121.69 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 177 | 0.42 | 0 | 0.20 | 0.13 | 151.61 | 0.58 | 0.68 |
| Hex | 80 | DD | B1 | 2A | 0 | 14 | D | 98 | 3A | 44 |
| Octal | 200 | 335 | 261 | 52 | 0 | 24 | 15 | 230 | 72 | 104 |
| Binary | 10000000 | 11011101 | 10110001 | 101010 | 0 | 10100 | 1101 | 10011000 | 111010 | 1000100 |
Color Harmonies of #80DDB1
Complementary color
Monochromatic Colors of #80DDB1
Black with #80DDB1
Text Example
Text Example
White with #80DDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DDB1; }
p { color: rgb(128,221,177); }
H1.HeaderClassName
{
color: #80DDB1;
}
.AnyTagClassName
{
color: #80DDB1;
}
</style>
background-color css
<style>
a { background-color: #80DDB1; }
a { background-color: rgb(128,221,177); }
div.DivClassName
{
background-color: #80DDB1;
}
.BgClassName
{
background-color: #80DDB1;
}
</style>
border-color css
<style>
span { border-color: #80DDB1; }
span { border-color: rgb(128,221,177); }
td.TdClassName
{
border-color: #80DDB1;
}
.TagClassName
{
border-color: #80DDB1;
}
</style>