Shades of Vista Blue #80EEB7
Tints of Vista Blue #80EEB7
RGB
CMYK
RGB Variations
Color information
#80EEB7 (or 0x80EEB7) is known color: Vista Blue. HEX triplet: 80, EE and B7. RGB value is (128,238,183). Sum of RGB (Red+Green+Blue) = 128+238+183=549 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.32% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EEB7 is #7F1148. Grayscale: #C6C6C6. Windows color (decimal): -8327497 or 12054144. OLE color: 12054144.
HSL color Cylindrical-coordinate representation of color #80EEB7: hue angle of 150º degrees, saturation: 0.76, 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 #80EEB7 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 183 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.07 |
| HSL | 150º | 0.76% | 0.72% | - |
| HSV(B) | 150º | 0.46% | 0.93% | - |
| XYZ | 48.02 | 69.16 | 55.62 | - |
| YUV | 198.84 | 119.06 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 183 | 0.46 | 0 | 0.23 | 0.07 | 150 | 0.76 | 0.72 |
| Hex | 80 | EE | B7 | 2E | 0 | 17 | 7 | 96 | 4C | 48 |
| Octal | 200 | 356 | 267 | 56 | 0 | 27 | 7 | 226 | 114 | 110 |
| Binary | 10000000 | 11101110 | 10110111 | 101110 | 0 | 10111 | 111 | 10010110 | 1001100 | 1001000 |
Color Harmonies of #80EEB7
Complementary color
Monochromatic Colors of #80EEB7
Black with #80EEB7
Text Example
Text Example
White with #80EEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EEB7; }
p { color: rgb(128,238,183); }
H1.HeaderClassName
{
color: #80EEB7;
}
.AnyTagClassName
{
color: #80EEB7;
}
</style>
background-color css
<style>
a { background-color: #80EEB7; }
a { background-color: rgb(128,238,183); }
div.DivClassName
{
background-color: #80EEB7;
}
.BgClassName
{
background-color: #80EEB7;
}
</style>
border-color css
<style>
span { border-color: #80EEB7; }
span { border-color: rgb(128,238,183); }
td.TdClassName
{
border-color: #80EEB7;
}
.TagClassName
{
border-color: #80EEB7;
}
</style>