Shades of Vista Blue #84E9B5
Tints of Vista Blue #84E9B5
RGB
CMYK
RGB Variations
Color information
#84E9B5 (or 0x84E9B5) is known color: Vista Blue. HEX triplet: 84, E9 and B5. RGB value is (132,233,181). Sum of RGB (Red+Green+Blue) = 132+233+181=546 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.18% from 546); Green value is 233 (91.41% from 255 or 42.67% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 233 - color contains mainly: green. Hex color #84E9B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84E9B5 is #7B164A. Grayscale: #C4C4C4. Windows color (decimal): -8066635 or 11921796. OLE color: 11921796.
HSL color Cylindrical-coordinate representation of color #84E9B5: hue angle of 149.11º 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 #84E9B5 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 233 | 181 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.09 |
| HSL | 149.11º | 0.7% | 0.72% | - |
| HSV(B) | 149.11º | 0.43% | 0.91% | - |
| XYZ | 47 | 66.52 | 54.08 | - |
| YUV | 196.87 | 119.04 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 233 | 181 | 0.43 | 0 | 0.22 | 0.09 | 149.11 | 0.7 | 0.72 |
| Hex | 84 | E9 | B5 | 2B | 0 | 16 | 9 | 95 | 46 | 48 |
| Octal | 204 | 351 | 265 | 53 | 0 | 26 | 11 | 225 | 106 | 110 |
| Binary | 10000100 | 11101001 | 10110101 | 101011 | 0 | 10110 | 1001 | 10010101 | 1000110 | 1001000 |
Color Harmonies of #84E9B5
Complementary color
Monochromatic Colors of #84E9B5
Black with #84E9B5
Text Example
Text Example
White with #84E9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E9B5; }
p { color: rgb(132,233,181); }
H1.HeaderClassName
{
color: #84E9B5;
}
.AnyTagClassName
{
color: #84E9B5;
}
</style>
background-color css
<style>
a { background-color: #84E9B5; }
a { background-color: rgb(132,233,181); }
div.DivClassName
{
background-color: #84E9B5;
}
.BgClassName
{
background-color: #84E9B5;
}
</style>
border-color css
<style>
span { border-color: #84E9B5; }
span { border-color: rgb(132,233,181); }
td.TdClassName
{
border-color: #84E9B5;
}
.TagClassName
{
border-color: #84E9B5;
}
</style>