Shades of Vista Blue #84E1A7
Tints of Vista Blue #84E1A7
RGB
CMYK
RGB Variations
Color information
#84E1A7 (or 0x84E1A7) is known color: Vista Blue. HEX triplet: 84, E1 and A7. RGB value is (132,225,167). Sum of RGB (Red+Green+Blue) = 132+225+167=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 167 (65.62% from 255 or 31.87% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #84E1A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E1A7 is #7B1E58. Grayscale: #BEBEBE. Windows color (decimal): -8068697 or 11002244. OLE color: 11002244.
HSL color Cylindrical-coordinate representation of color #84E1A7: hue angle of 142.58º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84E1A7 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 225 | 167 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.12 |
| HSL | 142.58º | 0.61% | 0.7% | - |
| HSV(B) | 142.58º | 0.41% | 0.88% | - |
| XYZ | 43.42 | 61.55 | 46.15 | - |
| YUV | 190.58 | 114.69 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 225 | 167 | 0.41 | 0 | 0.26 | 0.12 | 142.58 | 0.61 | 0.7 |
| Hex | 84 | E1 | A7 | 29 | 0 | 1A | C | 8F | 3D | 46 |
| Octal | 204 | 341 | 247 | 51 | 0 | 32 | 14 | 217 | 75 | 106 |
| Binary | 10000100 | 11100001 | 10100111 | 101001 | 0 | 11010 | 1100 | 10001111 | 111101 | 1000110 |
Color Harmonies of #84E1A7
Complementary color
Monochromatic Colors of #84E1A7
Black with #84E1A7
Text Example
Text Example
White with #84E1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E1A7; }
p { color: rgb(132,225,167); }
H1.HeaderClassName
{
color: #84E1A7;
}
.AnyTagClassName
{
color: #84E1A7;
}
</style>
background-color css
<style>
a { background-color: #84E1A7; }
a { background-color: rgb(132,225,167); }
div.DivClassName
{
background-color: #84E1A7;
}
.BgClassName
{
background-color: #84E1A7;
}
</style>
border-color css
<style>
span { border-color: #84E1A7; }
span { border-color: rgb(132,225,167); }
td.TdClassName
{
border-color: #84E1A7;
}
.TagClassName
{
border-color: #84E1A7;
}
</style>