Shades of Vista Blue #84F4B5
Tints of Vista Blue #84F4B5
RGB
CMYK
RGB Variations
Color information
#84F4B5 (or 0x84F4B5) is known color: Vista Blue. HEX triplet: 84, F4 and B5. RGB value is (132,244,181). Sum of RGB (Red+Green+Blue) = 132+244+181=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 244 - color contains mainly: green. Hex color #84F4B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F4B5 is #7B0B4A. Grayscale: #CBCBCB. Windows color (decimal): -8063819 or 11924612. OLE color: 11924612.
HSL color Cylindrical-coordinate representation of color #84F4B5: hue angle of 146.25º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F4B5 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 244 | 181 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.04 |
| HSL | 146.25º | 0.84% | 0.74% | - |
| HSV(B) | 146.25º | 0.46% | 0.96% | - |
| XYZ | 50.21 | 72.94 | 55.15 | - |
| YUV | 203.33 | 115.39 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 244 | 181 | 0.46 | 0 | 0.26 | 0.04 | 146.25 | 0.84 | 0.74 |
| Hex | 84 | F4 | B5 | 2E | 0 | 1A | 4 | 92 | 54 | 4A |
| Octal | 204 | 364 | 265 | 56 | 0 | 32 | 4 | 222 | 124 | 112 |
| Binary | 10000100 | 11110100 | 10110101 | 101110 | 0 | 11010 | 100 | 10010010 | 1010100 | 1001010 |
Color Harmonies of #84F4B5
Complementary color
Monochromatic Colors of #84F4B5
Black with #84F4B5
Text Example
Text Example
White with #84F4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F4B5; }
p { color: rgb(132,244,181); }
H1.HeaderClassName
{
color: #84F4B5;
}
.AnyTagClassName
{
color: #84F4B5;
}
</style>
background-color css
<style>
a { background-color: #84F4B5; }
a { background-color: rgb(132,244,181); }
div.DivClassName
{
background-color: #84F4B5;
}
.BgClassName
{
background-color: #84F4B5;
}
</style>
border-color css
<style>
span { border-color: #84F4B5; }
span { border-color: rgb(132,244,181); }
td.TdClassName
{
border-color: #84F4B5;
}
.TagClassName
{
border-color: #84F4B5;
}
</style>