Shades of Vista Blue #84E5B9
Tints of Vista Blue #84E5B9
RGB
CMYK
RGB Variations
Color information
#84E5B9 (or 0x84E5B9) is known color: Vista Blue. HEX triplet: 84, E5 and B9. RGB value is (132,229,185). Sum of RGB (Red+Green+Blue) = 132+229+185=546 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.18% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 229 - color contains mainly: green. Hex color #84E5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E5B9 is #7B1A46. Grayscale: #C3C3C3. Windows color (decimal): -8067655 or 12182916. OLE color: 12182916.
HSL color Cylindrical-coordinate representation of color #84E5B9: hue angle of 152.78º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84E5B9 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 229 | 185 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.10 |
| HSL | 152.78º | 0.65% | 0.71% | - |
| HSV(B) | 152.78º | 0.42% | 0.9% | - |
| XYZ | 46.29 | 64.45 | 55.9 | - |
| YUV | 194.98 | 122.36 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 229 | 185 | 0.42 | 0 | 0.19 | 0.10 | 152.78 | 0.65 | 0.71 |
| Hex | 84 | E5 | B9 | 2A | 0 | 13 | A | 99 | 41 | 47 |
| Octal | 204 | 345 | 271 | 52 | 0 | 23 | 12 | 231 | 101 | 107 |
| Binary | 10000100 | 11100101 | 10111001 | 101010 | 0 | 10011 | 1010 | 10011001 | 1000001 | 1000111 |
Color Harmonies of #84E5B9
Complementary color
Monochromatic Colors of #84E5B9
Black with #84E5B9
Text Example
Text Example
White with #84E5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E5B9; }
p { color: rgb(132,229,185); }
H1.HeaderClassName
{
color: #84E5B9;
}
.AnyTagClassName
{
color: #84E5B9;
}
</style>
background-color css
<style>
a { background-color: #84E5B9; }
a { background-color: rgb(132,229,185); }
div.DivClassName
{
background-color: #84E5B9;
}
.BgClassName
{
background-color: #84E5B9;
}
</style>
border-color css
<style>
span { border-color: #84E5B9; }
span { border-color: rgb(132,229,185); }
td.TdClassName
{
border-color: #84E5B9;
}
.TagClassName
{
border-color: #84E5B9;
}
</style>