Shades of Vista Blue #80EEB1
Tints of Vista Blue #80EEB1
RGB
CMYK
RGB Variations
Color information
#80EEB1 (or 0x80EEB1) is known color: Vista Blue. HEX triplet: 80, EE and B1. RGB value is (128,238,177). Sum of RGB (Red+Green+Blue) = 128+238+177=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 238 (93.36% from 255 or 43.83% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EEB1 is #7F114E. Grayscale: #C6C6C6. Windows color (decimal): -8327503 or 11660928. OLE color: 11660928.
HSL color Cylindrical-coordinate representation of color #80EEB1: hue angle of 146.73º 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 #80EEB1 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 177 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.07 |
| HSL | 146.73º | 0.76% | 0.72% | - |
| HSV(B) | 146.73º | 0.46% | 0.93% | - |
| XYZ | 47.41 | 68.91 | 52.4 | - |
| YUV | 198.16 | 116.06 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 177 | 0.46 | 0 | 0.26 | 0.07 | 146.73 | 0.76 | 0.72 |
| Hex | 80 | EE | B1 | 2E | 0 | 1A | 7 | 93 | 4C | 48 |
| Octal | 200 | 356 | 261 | 56 | 0 | 32 | 7 | 223 | 114 | 110 |
| Binary | 10000000 | 11101110 | 10110001 | 101110 | 0 | 11010 | 111 | 10010011 | 1001100 | 1001000 |
Color Harmonies of #80EEB1
Complementary color
Monochromatic Colors of #80EEB1
Black with #80EEB1
Text Example
Text Example
White with #80EEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EEB1; }
p { color: rgb(128,238,177); }
H1.HeaderClassName
{
color: #80EEB1;
}
.AnyTagClassName
{
color: #80EEB1;
}
</style>
background-color css
<style>
a { background-color: #80EEB1; }
a { background-color: rgb(128,238,177); }
div.DivClassName
{
background-color: #80EEB1;
}
.BgClassName
{
background-color: #80EEB1;
}
</style>
border-color css
<style>
span { border-color: #80EEB1; }
span { border-color: rgb(128,238,177); }
td.TdClassName
{
border-color: #80EEB1;
}
.TagClassName
{
border-color: #80EEB1;
}
</style>