Shades of Vista Blue #84E3A7
Tints of Vista Blue #84E3A7
RGB
CMYK
RGB Variations
Color information
#84E3A7 (or 0x84E3A7) is known color: Vista Blue. HEX triplet: 84, E3 and A7. RGB value is (132,227,167). Sum of RGB (Red+Green+Blue) = 132+227+167=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 167 (65.62% from 255 or 31.75% from 526); Max value from RGB is 227 - color contains mainly: green. Hex color #84E3A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E3A7 is #7B1C58. Grayscale: #BFBFBF. Windows color (decimal): -8068185 or 11002756. OLE color: 11002756.
HSL color Cylindrical-coordinate representation of color #84E3A7: hue angle of 142.11º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84E3A7 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 227 | 167 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.11 |
| HSL | 142.11º | 0.63% | 0.7% | - |
| HSV(B) | 142.11º | 0.42% | 0.89% | - |
| XYZ | 43.96 | 62.63 | 46.33 | - |
| YUV | 191.76 | 114.03 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 227 | 167 | 0.42 | 0 | 0.26 | 0.11 | 142.11 | 0.63 | 0.7 |
| Hex | 84 | E3 | A7 | 2A | 0 | 1A | B | 8E | 3F | 46 |
| Octal | 204 | 343 | 247 | 52 | 0 | 32 | 13 | 216 | 77 | 106 |
| Binary | 10000100 | 11100011 | 10100111 | 101010 | 0 | 11010 | 1011 | 10001110 | 111111 | 1000110 |
Color Harmonies of #84E3A7
Complementary color
Monochromatic Colors of #84E3A7
Black with #84E3A7
Text Example
Text Example
White with #84E3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E3A7; }
p { color: rgb(132,227,167); }
H1.HeaderClassName
{
color: #84E3A7;
}
.AnyTagClassName
{
color: #84E3A7;
}
</style>
background-color css
<style>
a { background-color: #84E3A7; }
a { background-color: rgb(132,227,167); }
div.DivClassName
{
background-color: #84E3A7;
}
.BgClassName
{
background-color: #84E3A7;
}
</style>
border-color css
<style>
span { border-color: #84E3A7; }
span { border-color: rgb(132,227,167); }
td.TdClassName
{
border-color: #84E3A7;
}
.TagClassName
{
border-color: #84E3A7;
}
</style>