Shades of Vista Blue #80EBB4
Tints of Vista Blue #80EBB4
RGB
CMYK
RGB Variations
Color information
#80EBB4 (or 0x80EBB4) is known color: Vista Blue. HEX triplet: 80, EB and B4. RGB value is (128,235,180). Sum of RGB (Red+Green+Blue) = 128+235+180=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #80EBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EBB4 is #7F144B. Grayscale: #C4C4C4. Windows color (decimal): -8328268 or 11856768. OLE color: 11856768.
HSL color Cylindrical-coordinate representation of color #80EBB4: hue angle of 149.16º 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 #80EBB4 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 235 | 180 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.08 |
| HSL | 149.16º | 0.73% | 0.71% | - |
| HSV(B) | 149.16º | 0.46% | 0.92% | - |
| XYZ | 46.85 | 67.3 | 53.7 | - |
| YUV | 196.74 | 118.55 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 235 | 180 | 0.46 | 0 | 0.23 | 0.08 | 149.16 | 0.73 | 0.71 |
| Hex | 80 | EB | B4 | 2E | 0 | 17 | 8 | 95 | 49 | 47 |
| Octal | 200 | 353 | 264 | 56 | 0 | 27 | 10 | 225 | 111 | 107 |
| Binary | 10000000 | 11101011 | 10110100 | 101110 | 0 | 10111 | 1000 | 10010101 | 1001001 | 1000111 |
Color Harmonies of #80EBB4
Complementary color
Monochromatic Colors of #80EBB4
Black with #80EBB4
Text Example
Text Example
White with #80EBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EBB4; }
p { color: rgb(128,235,180); }
H1.HeaderClassName
{
color: #80EBB4;
}
.AnyTagClassName
{
color: #80EBB4;
}
</style>
background-color css
<style>
a { background-color: #80EBB4; }
a { background-color: rgb(128,235,180); }
div.DivClassName
{
background-color: #80EBB4;
}
.BgClassName
{
background-color: #80EBB4;
}
</style>
border-color css
<style>
span { border-color: #80EBB4; }
span { border-color: rgb(128,235,180); }
td.TdClassName
{
border-color: #80EBB4;
}
.TagClassName
{
border-color: #80EBB4;
}
</style>