Shades of Vista Blue #80EBA3
Tints of Vista Blue #80EBA3
RGB
CMYK
RGB Variations
Color information
#80EBA3 (or 0x80EBA3) is known color: Vista Blue. HEX triplet: 80, EB and A3. RGB value is (128,235,163). Sum of RGB (Red+Green+Blue) = 128+235+163=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 235 (92.19% from 255 or 44.68% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 235 - color contains mainly: green. Hex color #80EBA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EBA3 is #7F145C. Grayscale: #C2C2C2. Windows color (decimal): -8328285 or 10742656. OLE color: 10742656.
HSL color Cylindrical-coordinate representation of color #80EBA3: hue angle of 139.63º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EBA3 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 235 | 163 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.08 |
| HSL | 139.63º | 0.73% | 0.71% | - |
| HSV(B) | 139.63º | 0.46% | 0.92% | - |
| XYZ | 45.22 | 66.65 | 45.13 | - |
| YUV | 194.8 | 110.05 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 235 | 163 | 0.46 | 0 | 0.31 | 0.08 | 139.63 | 0.73 | 0.71 |
| Hex | 80 | EB | A3 | 2E | 0 | 1F | 8 | 8C | 49 | 47 |
| Octal | 200 | 353 | 243 | 56 | 0 | 37 | 10 | 214 | 111 | 107 |
| Binary | 10000000 | 11101011 | 10100011 | 101110 | 0 | 11111 | 1000 | 10001100 | 1001001 | 1000111 |
Color Harmonies of #80EBA3
Complementary color
Monochromatic Colors of #80EBA3
Black with #80EBA3
Text Example
Text Example
White with #80EBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EBA3; }
p { color: rgb(128,235,163); }
H1.HeaderClassName
{
color: #80EBA3;
}
.AnyTagClassName
{
color: #80EBA3;
}
</style>
background-color css
<style>
a { background-color: #80EBA3; }
a { background-color: rgb(128,235,163); }
div.DivClassName
{
background-color: #80EBA3;
}
.BgClassName
{
background-color: #80EBA3;
}
</style>
border-color css
<style>
span { border-color: #80EBA3; }
span { border-color: rgb(128,235,163); }
td.TdClassName
{
border-color: #80EBA3;
}
.TagClassName
{
border-color: #80EBA3;
}
</style>