Shades of Vista Blue #84E6B9
Tints of Vista Blue #84E6B9
RGB
CMYK
RGB Variations
Color information
#84E6B9 (or 0x84E6B9) is known color: Vista Blue. HEX triplet: 84, E6 and B9. RGB value is (132,230,185). Sum of RGB (Red+Green+Blue) = 132+230+185=547 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.13% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 230 - color contains mainly: green. Hex color #84E6B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84E6B9 is #7B1946. Grayscale: #C3C3C3. Windows color (decimal): -8067399 or 12183172. OLE color: 12183172.
HSL color Cylindrical-coordinate representation of color #84E6B9: hue angle of 152.45º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84E6B9 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 230 | 185 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.10 |
| HSL | 152.45º | 0.66% | 0.71% | - |
| HSV(B) | 152.45º | 0.43% | 0.9% | - |
| XYZ | 46.57 | 65 | 55.99 | - |
| YUV | 195.57 | 122.03 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 230 | 185 | 0.43 | 0 | 0.20 | 0.10 | 152.45 | 0.66 | 0.71 |
| Hex | 84 | E6 | B9 | 2B | 0 | 14 | A | 98 | 42 | 47 |
| Octal | 204 | 346 | 271 | 53 | 0 | 24 | 12 | 230 | 102 | 107 |
| Binary | 10000100 | 11100110 | 10111001 | 101011 | 0 | 10100 | 1010 | 10011000 | 1000010 | 1000111 |
Color Harmonies of #84E6B9
Complementary color
Monochromatic Colors of #84E6B9
Black with #84E6B9
Text Example
Text Example
White with #84E6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E6B9; }
p { color: rgb(132,230,185); }
H1.HeaderClassName
{
color: #84E6B9;
}
.AnyTagClassName
{
color: #84E6B9;
}
</style>
background-color css
<style>
a { background-color: #84E6B9; }
a { background-color: rgb(132,230,185); }
div.DivClassName
{
background-color: #84E6B9;
}
.BgClassName
{
background-color: #84E6B9;
}
</style>
border-color css
<style>
span { border-color: #84E6B9; }
span { border-color: rgb(132,230,185); }
td.TdClassName
{
border-color: #84E6B9;
}
.TagClassName
{
border-color: #84E6B9;
}
</style>