Shades of Vista Blue #84F0A7
Tints of Vista Blue #84F0A7
RGB
CMYK
RGB Variations
Color information
#84F0A7 (or 0x84F0A7) is known color: Vista Blue. HEX triplet: 84, F0 and A7. RGB value is (132,240,167). Sum of RGB (Red+Green+Blue) = 132+240+167=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 167 (65.62% from 255 or 30.98% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #84F0A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F0A7 is #7B0F58. Grayscale: #C7C7C7. Windows color (decimal): -8064857 or 11006084. OLE color: 11006084.
HSL color Cylindrical-coordinate representation of color #84F0A7: hue angle of 139.44º degrees, saturation: 0.78, 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 #84F0A7 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 240 | 167 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.06 |
| HSL | 139.44º | 0.78% | 0.73% | - |
| HSV(B) | 139.44º | 0.45% | 0.94% | - |
| XYZ | 47.65 | 70.02 | 47.56 | - |
| YUV | 199.39 | 109.72 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 240 | 167 | 0.45 | 0 | 0.30 | 0.06 | 139.44 | 0.78 | 0.73 |
| Hex | 84 | F0 | A7 | 2D | 0 | 1E | 6 | 8B | 4E | 49 |
| Octal | 204 | 360 | 247 | 55 | 0 | 36 | 6 | 213 | 116 | 111 |
| Binary | 10000100 | 11110000 | 10100111 | 101101 | 0 | 11110 | 110 | 10001011 | 1001110 | 1001001 |
Color Harmonies of #84F0A7
Complementary color
Monochromatic Colors of #84F0A7
Black with #84F0A7
Text Example
Text Example
White with #84F0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F0A7; }
p { color: rgb(132,240,167); }
H1.HeaderClassName
{
color: #84F0A7;
}
.AnyTagClassName
{
color: #84F0A7;
}
</style>
background-color css
<style>
a { background-color: #84F0A7; }
a { background-color: rgb(132,240,167); }
div.DivClassName
{
background-color: #84F0A7;
}
.BgClassName
{
background-color: #84F0A7;
}
</style>
border-color css
<style>
span { border-color: #84F0A7; }
span { border-color: rgb(132,240,167); }
td.TdClassName
{
border-color: #84F0A7;
}
.TagClassName
{
border-color: #84F0A7;
}
</style>