Shades of Vista Blue #84E5BA
Tints of Vista Blue #84E5BA
RGB
CMYK
RGB Variations
Color information
#84E5BA (or 0x84E5BA) is known color: Vista Blue. HEX triplet: 84, E5 and BA. RGB value is (132,229,186). Sum of RGB (Red+Green+Blue) = 132+229+186=547 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.13% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #84E5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E5BA is #7B1A45. Grayscale: #C3C3C3. Windows color (decimal): -8067654 or 12248452. OLE color: 12248452.
HSL color Cylindrical-coordinate representation of color #84E5BA: hue angle of 153.4º 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 #84E5BA is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 229 | 186 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.10 |
| HSL | 153.4º | 0.65% | 0.71% | - |
| HSV(B) | 153.4º | 0.42% | 0.9% | - |
| XYZ | 46.4 | 64.49 | 56.46 | - |
| YUV | 195.1 | 122.86 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 229 | 186 | 0.42 | 0 | 0.19 | 0.10 | 153.4 | 0.65 | 0.71 |
| Hex | 84 | E5 | BA | 2A | 0 | 13 | A | 99 | 41 | 47 |
| Octal | 204 | 345 | 272 | 52 | 0 | 23 | 12 | 231 | 101 | 107 |
| Binary | 10000100 | 11100101 | 10111010 | 101010 | 0 | 10011 | 1010 | 10011001 | 1000001 | 1000111 |
Color Harmonies of #84E5BA
Complementary color
Monochromatic Colors of #84E5BA
Black with #84E5BA
Text Example
Text Example
White with #84E5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E5BA; }
p { color: rgb(132,229,186); }
H1.HeaderClassName
{
color: #84E5BA;
}
.AnyTagClassName
{
color: #84E5BA;
}
</style>
background-color css
<style>
a { background-color: #84E5BA; }
a { background-color: rgb(132,229,186); }
div.DivClassName
{
background-color: #84E5BA;
}
.BgClassName
{
background-color: #84E5BA;
}
</style>
border-color css
<style>
span { border-color: #84E5BA; }
span { border-color: rgb(132,229,186); }
td.TdClassName
{
border-color: #84E5BA;
}
.TagClassName
{
border-color: #84E5BA;
}
</style>