Shades of Vista Blue #80DDB3
Tints of Vista Blue #80DDB3
RGB
CMYK
RGB Variations
Color information
#80DDB3 (or 0x80DDB3) is known color: Vista Blue. HEX triplet: 80, DD and B3. RGB value is (128,221,179). Sum of RGB (Red+Green+Blue) = 128+221+179=528 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.24% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDB3 is #7F224C. Grayscale: #BCBCBC. Windows color (decimal): -8331853 or 11787648. OLE color: 11787648.
HSL color Cylindrical-coordinate representation of color #80DDB3: hue angle of 152.9º 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 #80DDB3 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 179 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.13 |
| HSL | 152.9º | 0.58% | 0.68% | - |
| HSV(B) | 152.9º | 0.42% | 0.87% | - |
| XYZ | 42.9 | 59.56 | 51.88 | - |
| YUV | 188.41 | 122.69 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 179 | 0.42 | 0 | 0.19 | 0.13 | 152.9 | 0.58 | 0.68 |
| Hex | 80 | DD | B3 | 2A | 0 | 13 | D | 99 | 3A | 44 |
| Octal | 200 | 335 | 263 | 52 | 0 | 23 | 15 | 231 | 72 | 104 |
| Binary | 10000000 | 11011101 | 10110011 | 101010 | 0 | 10011 | 1101 | 10011001 | 111010 | 1000100 |
Color Harmonies of #80DDB3
Complementary color
Monochromatic Colors of #80DDB3
Black with #80DDB3
Text Example
Text Example
White with #80DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DDB3; }
p { color: rgb(128,221,179); }
H1.HeaderClassName
{
color: #80DDB3;
}
.AnyTagClassName
{
color: #80DDB3;
}
</style>
background-color css
<style>
a { background-color: #80DDB3; }
a { background-color: rgb(128,221,179); }
div.DivClassName
{
background-color: #80DDB3;
}
.BgClassName
{
background-color: #80DDB3;
}
</style>
border-color css
<style>
span { border-color: #80DDB3; }
span { border-color: rgb(128,221,179); }
td.TdClassName
{
border-color: #80DDB3;
}
.TagClassName
{
border-color: #80DDB3;
}
</style>