Shades of Vista Blue #80EEB2
Tints of Vista Blue #80EEB2
RGB
CMYK
RGB Variations
Color information
#80EEB2 (or 0x80EEB2) is known color: Vista Blue. HEX triplet: 80, EE and B2. RGB value is (128,238,178). Sum of RGB (Red+Green+Blue) = 128+238+178=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 238 (93.36% from 255 or 43.75% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EEB2 is #7F114D. Grayscale: #C6C6C6. Windows color (decimal): -8327502 or 11726464. OLE color: 11726464.
HSL color Cylindrical-coordinate representation of color #80EEB2: hue angle of 147.27º 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 #80EEB2 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 178 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.07 |
| HSL | 147.27º | 0.76% | 0.72% | - |
| HSV(B) | 147.27º | 0.46% | 0.93% | - |
| XYZ | 47.51 | 68.95 | 52.92 | - |
| YUV | 198.27 | 116.56 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 178 | 0.46 | 0 | 0.25 | 0.07 | 147.27 | 0.76 | 0.72 |
| Hex | 80 | EE | B2 | 2E | 0 | 19 | 7 | 93 | 4C | 48 |
| Octal | 200 | 356 | 262 | 56 | 0 | 31 | 7 | 223 | 114 | 110 |
| Binary | 10000000 | 11101110 | 10110010 | 101110 | 0 | 11001 | 111 | 10010011 | 1001100 | 1001000 |
Color Harmonies of #80EEB2
Complementary color
Monochromatic Colors of #80EEB2
Black with #80EEB2
Text Example
Text Example
White with #80EEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EEB2; }
p { color: rgb(128,238,178); }
H1.HeaderClassName
{
color: #80EEB2;
}
.AnyTagClassName
{
color: #80EEB2;
}
</style>
background-color css
<style>
a { background-color: #80EEB2; }
a { background-color: rgb(128,238,178); }
div.DivClassName
{
background-color: #80EEB2;
}
.BgClassName
{
background-color: #80EEB2;
}
</style>
border-color css
<style>
span { border-color: #80EEB2; }
span { border-color: rgb(128,238,178); }
td.TdClassName
{
border-color: #80EEB2;
}
.TagClassName
{
border-color: #80EEB2;
}
</style>