Shades of Vista Blue #84E1A2
Tints of Vista Blue #84E1A2
RGB
CMYK
RGB Variations
Color information
#84E1A2 (or 0x84E1A2) is known color: Vista Blue. HEX triplet: 84, E1 and A2. RGB value is (132,225,162). Sum of RGB (Red+Green+Blue) = 132+225+162=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #84E1A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E1A2 is #7B1E5D. Grayscale: #BEBEBE. Windows color (decimal): -8068702 or 10674564. OLE color: 10674564.
HSL color Cylindrical-coordinate representation of color #84E1A2: hue angle of 139.35º 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 #84E1A2 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 225 | 162 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.12 |
| HSL | 139.35º | 0.61% | 0.7% | - |
| HSV(B) | 139.35º | 0.41% | 0.88% | - |
| XYZ | 42.96 | 61.36 | 43.76 | - |
| YUV | 190.01 | 112.19 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 225 | 162 | 0.41 | 0 | 0.28 | 0.12 | 139.35 | 0.61 | 0.7 |
| Hex | 84 | E1 | A2 | 29 | 0 | 1C | C | 8B | 3D | 46 |
| Octal | 204 | 341 | 242 | 51 | 0 | 34 | 14 | 213 | 75 | 106 |
| Binary | 10000100 | 11100001 | 10100010 | 101001 | 0 | 11100 | 1100 | 10001011 | 111101 | 1000110 |
Color Harmonies of #84E1A2
Complementary color
Monochromatic Colors of #84E1A2
Black with #84E1A2
Text Example
Text Example
White with #84E1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E1A2; }
p { color: rgb(132,225,162); }
H1.HeaderClassName
{
color: #84E1A2;
}
.AnyTagClassName
{
color: #84E1A2;
}
</style>
background-color css
<style>
a { background-color: #84E1A2; }
a { background-color: rgb(132,225,162); }
div.DivClassName
{
background-color: #84E1A2;
}
.BgClassName
{
background-color: #84E1A2;
}
</style>
border-color css
<style>
span { border-color: #84E1A2; }
span { border-color: rgb(132,225,162); }
td.TdClassName
{
border-color: #84E1A2;
}
.TagClassName
{
border-color: #84E1A2;
}
</style>