Shades of Vista Blue #84F6AC
Tints of Vista Blue #84F6AC
RGB
CMYK
RGB Variations
Color information
#84F6AC (or 0x84F6AC) is known color: Vista Blue. HEX triplet: 84, F6 and AC. RGB value is (132,246,172). Sum of RGB (Red+Green+Blue) = 132+246+172=550 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24% from 550); Green value is 246 (96.48% from 255 or 44.73% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 246 - color contains mainly: green. Hex color #84F6AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F6AC is #7B0953. Grayscale: #CBCBCB. Windows color (decimal): -8063316 or 11335300. OLE color: 11335300.
HSL color Cylindrical-coordinate representation of color #84F6AC: hue angle of 141.05º degrees, saturation: 0.86, 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 #84F6AC is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 246 | 172 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.04 |
| HSL | 141.05º | 0.86% | 0.74% | - |
| HSV(B) | 141.05º | 0.46% | 0.96% | - |
| XYZ | 49.92 | 73.8 | 50.64 | - |
| YUV | 203.48 | 110.23 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 246 | 172 | 0.46 | 0 | 0.30 | 0.04 | 141.05 | 0.86 | 0.74 |
| Hex | 84 | F6 | AC | 2E | 0 | 1E | 4 | 8D | 56 | 4A |
| Octal | 204 | 366 | 254 | 56 | 0 | 36 | 4 | 215 | 126 | 112 |
| Binary | 10000100 | 11110110 | 10101100 | 101110 | 0 | 11110 | 100 | 10001101 | 1010110 | 1001010 |
Color Harmonies of #84F6AC
Complementary color
Monochromatic Colors of #84F6AC
Black with #84F6AC
Text Example
Text Example
White with #84F6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F6AC; }
p { color: rgb(132,246,172); }
H1.HeaderClassName
{
color: #84F6AC;
}
.AnyTagClassName
{
color: #84F6AC;
}
</style>
background-color css
<style>
a { background-color: #84F6AC; }
a { background-color: rgb(132,246,172); }
div.DivClassName
{
background-color: #84F6AC;
}
.BgClassName
{
background-color: #84F6AC;
}
</style>
border-color css
<style>
span { border-color: #84F6AC; }
span { border-color: rgb(132,246,172); }
td.TdClassName
{
border-color: #84F6AC;
}
.TagClassName
{
border-color: #84F6AC;
}
</style>