Shades of Vista Blue #80EDAD
Tints of Vista Blue #80EDAD
RGB
CMYK
RGB Variations
Color information
#80EDAD (or 0x80EDAD) is known color: Vista Blue. HEX triplet: 80, ED and AD. RGB value is (128,237,173). Sum of RGB (Red+Green+Blue) = 128+237+173=538 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.79% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #80EDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EDAD is #7F1252. Grayscale: #C5C5C5. Windows color (decimal): -8327763 or 11398528. OLE color: 11398528.
HSL color Cylindrical-coordinate representation of color #80EDAD: hue angle of 144.77º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EDAD is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 237 | 173 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.07 |
| HSL | 144.77º | 0.75% | 0.72% | - |
| HSV(B) | 144.77º | 0.46% | 0.93% | - |
| XYZ | 46.73 | 68.17 | 50.23 | - |
| YUV | 197.11 | 114.39 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 237 | 173 | 0.46 | 0 | 0.27 | 0.07 | 144.77 | 0.75 | 0.72 |
| Hex | 80 | ED | AD | 2E | 0 | 1B | 7 | 91 | 4B | 48 |
| Octal | 200 | 355 | 255 | 56 | 0 | 33 | 7 | 221 | 113 | 110 |
| Binary | 10000000 | 11101101 | 10101101 | 101110 | 0 | 11011 | 111 | 10010001 | 1001011 | 1001000 |
Color Harmonies of #80EDAD
Complementary color
Monochromatic Colors of #80EDAD
Black with #80EDAD
Text Example
Text Example
White with #80EDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EDAD; }
p { color: rgb(128,237,173); }
H1.HeaderClassName
{
color: #80EDAD;
}
.AnyTagClassName
{
color: #80EDAD;
}
</style>
background-color css
<style>
a { background-color: #80EDAD; }
a { background-color: rgb(128,237,173); }
div.DivClassName
{
background-color: #80EDAD;
}
.BgClassName
{
background-color: #80EDAD;
}
</style>
border-color css
<style>
span { border-color: #80EDAD; }
span { border-color: rgb(128,237,173); }
td.TdClassName
{
border-color: #80EDAD;
}
.TagClassName
{
border-color: #80EDAD;
}
</style>