Shades of Vista Blue #80DDAE
Tints of Vista Blue #80DDAE
RGB
CMYK
RGB Variations
Color information
#80DDAE (or 0x80DDAE) is known color: Vista Blue. HEX triplet: 80, DD and AE. RGB value is (128,221,174). Sum of RGB (Red+Green+Blue) = 128+221+174=523 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.47% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #80DDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DDAE is #7F2251. Grayscale: #BBBBBB. Windows color (decimal): -8331858 or 11459968. OLE color: 11459968.
HSL color Cylindrical-coordinate representation of color #80DDAE: hue angle of 149.68º 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 #80DDAE is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 174 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.13 |
| HSL | 149.68º | 0.58% | 0.68% | - |
| HSV(B) | 149.68º | 0.42% | 0.87% | - |
| XYZ | 42.4 | 59.36 | 49.27 | - |
| YUV | 187.84 | 120.19 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 174 | 0.42 | 0 | 0.21 | 0.13 | 149.68 | 0.58 | 0.68 |
| Hex | 80 | DD | AE | 2A | 0 | 15 | D | 96 | 3A | 44 |
| Octal | 200 | 335 | 256 | 52 | 0 | 25 | 15 | 226 | 72 | 104 |
| Binary | 10000000 | 11011101 | 10101110 | 101010 | 0 | 10101 | 1101 | 10010110 | 111010 | 1000100 |
Color Harmonies of #80DDAE
Complementary color
Monochromatic Colors of #80DDAE
Black with #80DDAE
Text Example
Text Example
White with #80DDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DDAE; }
p { color: rgb(128,221,174); }
H1.HeaderClassName
{
color: #80DDAE;
}
.AnyTagClassName
{
color: #80DDAE;
}
</style>
background-color css
<style>
a { background-color: #80DDAE; }
a { background-color: rgb(128,221,174); }
div.DivClassName
{
background-color: #80DDAE;
}
.BgClassName
{
background-color: #80DDAE;
}
</style>
border-color css
<style>
span { border-color: #80DDAE; }
span { border-color: rgb(128,221,174); }
td.TdClassName
{
border-color: #80DDAE;
}
.TagClassName
{
border-color: #80DDAE;
}
</style>