Shades of Vista Blue #84F2B7
Tints of Vista Blue #84F2B7
RGB
CMYK
RGB Variations
Color information
#84F2B7 (or 0x84F2B7) is known color: Vista Blue. HEX triplet: 84, F2 and B7. RGB value is (132,242,183). Sum of RGB (Red+Green+Blue) = 132+242+183=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #84F2B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F2B7 is #7B0D48. Grayscale: #CACACA. Windows color (decimal): -8064329 or 12055172. OLE color: 12055172.
HSL color Cylindrical-coordinate representation of color #84F2B7: hue angle of 147.82º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F2B7 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 242 | 183 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.05 |
| HSL | 147.82º | 0.81% | 0.73% | - |
| HSV(B) | 147.82º | 0.45% | 0.95% | - |
| XYZ | 49.82 | 71.83 | 56.04 | - |
| YUV | 202.38 | 117.06 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 242 | 183 | 0.45 | 0 | 0.24 | 0.05 | 147.82 | 0.81 | 0.73 |
| Hex | 84 | F2 | B7 | 2D | 0 | 18 | 5 | 94 | 51 | 49 |
| Octal | 204 | 362 | 267 | 55 | 0 | 30 | 5 | 224 | 121 | 111 |
| Binary | 10000100 | 11110010 | 10110111 | 101101 | 0 | 11000 | 101 | 10010100 | 1010001 | 1001001 |
Color Harmonies of #84F2B7
Complementary color
Monochromatic Colors of #84F2B7
Black with #84F2B7
Text Example
Text Example
White with #84F2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F2B7; }
p { color: rgb(132,242,183); }
H1.HeaderClassName
{
color: #84F2B7;
}
.AnyTagClassName
{
color: #84F2B7;
}
</style>
background-color css
<style>
a { background-color: #84F2B7; }
a { background-color: rgb(132,242,183); }
div.DivClassName
{
background-color: #84F2B7;
}
.BgClassName
{
background-color: #84F2B7;
}
</style>
border-color css
<style>
span { border-color: #84F2B7; }
span { border-color: rgb(132,242,183); }
td.TdClassName
{
border-color: #84F2B7;
}
.TagClassName
{
border-color: #84F2B7;
}
</style>