Shades of Vista Blue #84EFB9
Tints of Vista Blue #84EFB9
RGB
CMYK
RGB Variations
Color information
#84EFB9 (or 0x84EFB9) is known color: Vista Blue. HEX triplet: 84, EF and B9. RGB value is (132,239,185). Sum of RGB (Red+Green+Blue) = 132+239+185=556 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.74% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EFB9 is #7B1046. Grayscale: #C8C8C8. Windows color (decimal): -8065095 or 12185476. OLE color: 12185476.
HSL color Cylindrical-coordinate representation of color #84EFB9: hue angle of 149.72º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EFB9 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 239 | 185 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.06 |
| HSL | 149.72º | 0.77% | 0.73% | - |
| HSV(B) | 149.72º | 0.45% | 0.94% | - |
| XYZ | 49.14 | 70.14 | 56.85 | - |
| YUV | 200.85 | 119.05 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 239 | 185 | 0.45 | 0 | 0.23 | 0.06 | 149.72 | 0.77 | 0.73 |
| Hex | 84 | EF | B9 | 2D | 0 | 17 | 6 | 96 | 4D | 49 |
| Octal | 204 | 357 | 271 | 55 | 0 | 27 | 6 | 226 | 115 | 111 |
| Binary | 10000100 | 11101111 | 10111001 | 101101 | 0 | 10111 | 110 | 10010110 | 1001101 | 1001001 |
Color Harmonies of #84EFB9
Complementary color
Monochromatic Colors of #84EFB9
Black with #84EFB9
Text Example
Text Example
White with #84EFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EFB9; }
p { color: rgb(132,239,185); }
H1.HeaderClassName
{
color: #84EFB9;
}
.AnyTagClassName
{
color: #84EFB9;
}
</style>
background-color css
<style>
a { background-color: #84EFB9; }
a { background-color: rgb(132,239,185); }
div.DivClassName
{
background-color: #84EFB9;
}
.BgClassName
{
background-color: #84EFB9;
}
</style>
border-color css
<style>
span { border-color: #84EFB9; }
span { border-color: rgb(132,239,185); }
td.TdClassName
{
border-color: #84EFB9;
}
.TagClassName
{
border-color: #84EFB9;
}
</style>