Shades of Vista Blue #84E5B1
Tints of Vista Blue #84E5B1
RGB
CMYK
RGB Variations
Color information
#84E5B1 (or 0x84E5B1) is known color: Vista Blue. HEX triplet: 84, E5 and B1. RGB value is (132,229,177). Sum of RGB (Red+Green+Blue) = 132+229+177=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 229 - color contains mainly: green. Hex color #84E5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E5B1 is #7B1A4E. Grayscale: #C2C2C2. Windows color (decimal): -8067663 or 11658628. OLE color: 11658628.
HSL color Cylindrical-coordinate representation of color #84E5B1: hue angle of 147.84º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84E5B1 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 229 | 177 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.10 |
| HSL | 147.84º | 0.65% | 0.71% | - |
| HSV(B) | 147.84º | 0.42% | 0.9% | - |
| XYZ | 45.47 | 64.12 | 51.57 | - |
| YUV | 194.07 | 118.36 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 229 | 177 | 0.42 | 0 | 0.23 | 0.10 | 147.84 | 0.65 | 0.71 |
| Hex | 84 | E5 | B1 | 2A | 0 | 17 | A | 94 | 41 | 47 |
| Octal | 204 | 345 | 261 | 52 | 0 | 27 | 12 | 224 | 101 | 107 |
| Binary | 10000100 | 11100101 | 10110001 | 101010 | 0 | 10111 | 1010 | 10010100 | 1000001 | 1000111 |
Color Harmonies of #84E5B1
Complementary color
Monochromatic Colors of #84E5B1
Black with #84E5B1
Text Example
Text Example
White with #84E5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E5B1; }
p { color: rgb(132,229,177); }
H1.HeaderClassName
{
color: #84E5B1;
}
.AnyTagClassName
{
color: #84E5B1;
}
</style>
background-color css
<style>
a { background-color: #84E5B1; }
a { background-color: rgb(132,229,177); }
div.DivClassName
{
background-color: #84E5B1;
}
.BgClassName
{
background-color: #84E5B1;
}
</style>
border-color css
<style>
span { border-color: #84E5B1; }
span { border-color: rgb(132,229,177); }
td.TdClassName
{
border-color: #84E5B1;
}
.TagClassName
{
border-color: #84E5B1;
}
</style>