Shades of Vista Blue #80DDB0
Tints of Vista Blue #80DDB0
RGB
CMYK
RGB Variations
Color information
#80DDB0 (or 0x80DDB0) is known color: Vista Blue. HEX triplet: 80, DD and B0. RGB value is (128,221,176). Sum of RGB (Red+Green+Blue) = 128+221+176=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DDB0 is #7F224F. Grayscale: #BCBCBC. Windows color (decimal): -8331856 or 11591040. OLE color: 11591040.
HSL color Cylindrical-coordinate representation of color #80DDB0: hue angle of 150.97º 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 #80DDB0 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 176 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.13 |
| HSL | 150.97º | 0.58% | 0.68% | - |
| HSV(B) | 150.97º | 0.42% | 0.87% | - |
| XYZ | 42.6 | 59.44 | 50.3 | - |
| YUV | 188.06 | 121.19 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 176 | 0.42 | 0 | 0.20 | 0.13 | 150.97 | 0.58 | 0.68 |
| Hex | 80 | DD | B0 | 2A | 0 | 14 | D | 97 | 3A | 44 |
| Octal | 200 | 335 | 260 | 52 | 0 | 24 | 15 | 227 | 72 | 104 |
| Binary | 10000000 | 11011101 | 10110000 | 101010 | 0 | 10100 | 1101 | 10010111 | 111010 | 1000100 |
Color Harmonies of #80DDB0
Complementary color
Monochromatic Colors of #80DDB0
Black with #80DDB0
Text Example
Text Example
White with #80DDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DDB0; }
p { color: rgb(128,221,176); }
H1.HeaderClassName
{
color: #80DDB0;
}
.AnyTagClassName
{
color: #80DDB0;
}
</style>
background-color css
<style>
a { background-color: #80DDB0; }
a { background-color: rgb(128,221,176); }
div.DivClassName
{
background-color: #80DDB0;
}
.BgClassName
{
background-color: #80DDB0;
}
</style>
border-color css
<style>
span { border-color: #80DDB0; }
span { border-color: rgb(128,221,176); }
td.TdClassName
{
border-color: #80DDB0;
}
.TagClassName
{
border-color: #80DDB0;
}
</style>