Shades of Vista Blue #84E1B0
Tints of Vista Blue #84E1B0
RGB
CMYK
RGB Variations
Color information
#84E1B0 (or 0x84E1B0) is known color: Vista Blue. HEX triplet: 84, E1 and B0. RGB value is (132,225,176). Sum of RGB (Red+Green+Blue) = 132+225+176=533 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.77% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #84E1B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E1B0 is #7B1E4F. Grayscale: #BFBFBF. Windows color (decimal): -8068688 or 11592068. OLE color: 11592068.
HSL color Cylindrical-coordinate representation of color #84E1B0: hue angle of 148.39º 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 #84E1B0 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 225 | 176 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.12 |
| HSL | 148.39º | 0.61% | 0.7% | - |
| HSV(B) | 148.39º | 0.41% | 0.88% | - |
| XYZ | 44.28 | 61.89 | 50.69 | - |
| YUV | 191.61 | 119.19 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 225 | 176 | 0.41 | 0 | 0.22 | 0.12 | 148.39 | 0.61 | 0.7 |
| Hex | 84 | E1 | B0 | 29 | 0 | 16 | C | 94 | 3D | 46 |
| Octal | 204 | 341 | 260 | 51 | 0 | 26 | 14 | 224 | 75 | 106 |
| Binary | 10000100 | 11100001 | 10110000 | 101001 | 0 | 10110 | 1100 | 10010100 | 111101 | 1000110 |
Color Harmonies of #84E1B0
Complementary color
Monochromatic Colors of #84E1B0
Black with #84E1B0
Text Example
Text Example
White with #84E1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E1B0; }
p { color: rgb(132,225,176); }
H1.HeaderClassName
{
color: #84E1B0;
}
.AnyTagClassName
{
color: #84E1B0;
}
</style>
background-color css
<style>
a { background-color: #84E1B0; }
a { background-color: rgb(132,225,176); }
div.DivClassName
{
background-color: #84E1B0;
}
.BgClassName
{
background-color: #84E1B0;
}
</style>
border-color css
<style>
span { border-color: #84E1B0; }
span { border-color: rgb(132,225,176); }
td.TdClassName
{
border-color: #84E1B0;
}
.TagClassName
{
border-color: #84E1B0;
}
</style>