Shades of Vista Blue #84F7AC
Tints of Vista Blue #84F7AC
RGB
CMYK
RGB Variations
Color information
#84F7AC (or 0x84F7AC) is known color: Vista Blue. HEX triplet: 84, F7 and AC. RGB value is (132,247,172). Sum of RGB (Red+Green+Blue) = 132+247+172=551 (72% of max value = 765). Red value is 132 (51.95% from 255 or 23.96% from 551); Green value is 247 (96.88% from 255 or 44.83% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 247 - color contains mainly: green. Hex color #84F7AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F7AC is #7B0853. Grayscale: #CCCCCC. Windows color (decimal): -8063060 or 11335556. OLE color: 11335556.
HSL color Cylindrical-coordinate representation of color #84F7AC: hue angle of 140.87º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84F7AC is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 247 | 172 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.03 |
| HSL | 140.87º | 0.88% | 0.74% | - |
| HSV(B) | 140.87º | 0.47% | 0.97% | - |
| XYZ | 50.22 | 74.41 | 50.74 | - |
| YUV | 204.07 | 109.9 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 247 | 172 | 0.47 | 0 | 0.30 | 0.03 | 140.87 | 0.88 | 0.74 |
| Hex | 84 | F7 | AC | 2F | 0 | 1E | 3 | 8D | 58 | 4A |
| Octal | 204 | 367 | 254 | 57 | 0 | 36 | 3 | 215 | 130 | 112 |
| Binary | 10000100 | 11110111 | 10101100 | 101111 | 0 | 11110 | 11 | 10001101 | 1011000 | 1001010 |
Color Harmonies of #84F7AC
Complementary color
Monochromatic Colors of #84F7AC
Black with #84F7AC
Text Example
Text Example
White with #84F7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F7AC; }
p { color: rgb(132,247,172); }
H1.HeaderClassName
{
color: #84F7AC;
}
.AnyTagClassName
{
color: #84F7AC;
}
</style>
background-color css
<style>
a { background-color: #84F7AC; }
a { background-color: rgb(132,247,172); }
div.DivClassName
{
background-color: #84F7AC;
}
.BgClassName
{
background-color: #84F7AC;
}
</style>
border-color css
<style>
span { border-color: #84F7AC; }
span { border-color: rgb(132,247,172); }
td.TdClassName
{
border-color: #84F7AC;
}
.TagClassName
{
border-color: #84F7AC;
}
</style>