Shades of Vista Blue #80DDA8
Tints of Vista Blue #80DDA8
RGB
CMYK
RGB Variations
Color information
#80DDA8 (or 0x80DDA8) is known color: Vista Blue. HEX triplet: 80, DD and A8. RGB value is (128,221,168). Sum of RGB (Red+Green+Blue) = 128+221+168=517 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.76% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DDA8 is #7F2257. Grayscale: #BBBBBB. Windows color (decimal): -8331864 or 11066752. OLE color: 11066752.
HSL color Cylindrical-coordinate representation of color #80DDA8: hue angle of 145.81º 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 #80DDA8 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 168 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.13 |
| HSL | 145.81º | 0.58% | 0.68% | - |
| HSV(B) | 145.81º | 0.42% | 0.87% | - |
| XYZ | 41.83 | 59.13 | 46.25 | - |
| YUV | 187.15 | 117.19 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 168 | 0.42 | 0 | 0.24 | 0.13 | 145.81 | 0.58 | 0.68 |
| Hex | 80 | DD | A8 | 2A | 0 | 18 | D | 92 | 3A | 44 |
| Octal | 200 | 335 | 250 | 52 | 0 | 30 | 15 | 222 | 72 | 104 |
| Binary | 10000000 | 11011101 | 10101000 | 101010 | 0 | 11000 | 1101 | 10010010 | 111010 | 1000100 |
Color Harmonies of #80DDA8
Complementary color
Monochromatic Colors of #80DDA8
Black with #80DDA8
Text Example
Text Example
White with #80DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DDA8; }
p { color: rgb(128,221,168); }
H1.HeaderClassName
{
color: #80DDA8;
}
.AnyTagClassName
{
color: #80DDA8;
}
</style>
background-color css
<style>
a { background-color: #80DDA8; }
a { background-color: rgb(128,221,168); }
div.DivClassName
{
background-color: #80DDA8;
}
.BgClassName
{
background-color: #80DDA8;
}
</style>
border-color css
<style>
span { border-color: #80DDA8; }
span { border-color: rgb(128,221,168); }
td.TdClassName
{
border-color: #80DDA8;
}
.TagClassName
{
border-color: #80DDA8;
}
</style>