Shades of Vista Blue #84E9B9
Tints of Vista Blue #84E9B9
RGB
CMYK
RGB Variations
Color information
#84E9B9 (or 0x84E9B9) is known color: Vista Blue. HEX triplet: 84, E9 and B9. RGB value is (132,233,185). Sum of RGB (Red+Green+Blue) = 132+233+185=550 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #84E9B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84E9B9 is #7B1646. Grayscale: #C5C5C5. Windows color (decimal): -8066631 or 12183940. OLE color: 12183940.
HSL color Cylindrical-coordinate representation of color #84E9B9: hue angle of 151.49º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84E9B9 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 233 | 185 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.09 |
| HSL | 151.49º | 0.7% | 0.72% | - |
| HSV(B) | 151.49º | 0.43% | 0.91% | - |
| XYZ | 47.41 | 66.69 | 56.27 | - |
| YUV | 197.33 | 121.04 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 233 | 185 | 0.43 | 0 | 0.21 | 0.09 | 151.49 | 0.7 | 0.72 |
| Hex | 84 | E9 | B9 | 2B | 0 | 15 | 9 | 97 | 46 | 48 |
| Octal | 204 | 351 | 271 | 53 | 0 | 25 | 11 | 227 | 106 | 110 |
| Binary | 10000100 | 11101001 | 10111001 | 101011 | 0 | 10101 | 1001 | 10010111 | 1000110 | 1001000 |
Color Harmonies of #84E9B9
Complementary color
Monochromatic Colors of #84E9B9
Black with #84E9B9
Text Example
Text Example
White with #84E9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E9B9; }
p { color: rgb(132,233,185); }
H1.HeaderClassName
{
color: #84E9B9;
}
.AnyTagClassName
{
color: #84E9B9;
}
</style>
background-color css
<style>
a { background-color: #84E9B9; }
a { background-color: rgb(132,233,185); }
div.DivClassName
{
background-color: #84E9B9;
}
.BgClassName
{
background-color: #84E9B9;
}
</style>
border-color css
<style>
span { border-color: #84E9B9; }
span { border-color: rgb(132,233,185); }
td.TdClassName
{
border-color: #84E9B9;
}
.TagClassName
{
border-color: #84E9B9;
}
</style>