Shades of Vista Blue #84F7AD
Tints of Vista Blue #84F7AD
RGB
CMYK
RGB Variations
Color information
#84F7AD (or 0x84F7AD) is known color: Vista Blue. HEX triplet: 84, F7 and AD. RGB value is (132,247,173). Sum of RGB (Red+Green+Blue) = 132+247+173=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 247 (96.88% from 255 or 44.75% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 247 - color contains mainly: green. Hex color #84F7AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F7AD is #7B0852. Grayscale: #CCCCCC. Windows color (decimal): -8063059 or 11401092. OLE color: 11401092.
HSL color Cylindrical-coordinate representation of color #84F7AD: hue angle of 141.39º 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 #84F7AD is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 247 | 173 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.03 |
| HSL | 141.39º | 0.88% | 0.74% | - |
| HSV(B) | 141.39º | 0.47% | 0.97% | - |
| XYZ | 50.32 | 74.44 | 51.25 | - |
| YUV | 204.18 | 110.4 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 247 | 173 | 0.47 | 0 | 0.30 | 0.03 | 141.39 | 0.88 | 0.74 |
| Hex | 84 | F7 | AD | 2F | 0 | 1E | 3 | 8D | 58 | 4A |
| Octal | 204 | 367 | 255 | 57 | 0 | 36 | 3 | 215 | 130 | 112 |
| Binary | 10000100 | 11110111 | 10101101 | 101111 | 0 | 11110 | 11 | 10001101 | 1011000 | 1001010 |
Color Harmonies of #84F7AD
Complementary color
Monochromatic Colors of #84F7AD
Black with #84F7AD
Text Example
Text Example
White with #84F7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F7AD; }
p { color: rgb(132,247,173); }
H1.HeaderClassName
{
color: #84F7AD;
}
.AnyTagClassName
{
color: #84F7AD;
}
</style>
background-color css
<style>
a { background-color: #84F7AD; }
a { background-color: rgb(132,247,173); }
div.DivClassName
{
background-color: #84F7AD;
}
.BgClassName
{
background-color: #84F7AD;
}
</style>
border-color css
<style>
span { border-color: #84F7AD; }
span { border-color: rgb(132,247,173); }
td.TdClassName
{
border-color: #84F7AD;
}
.TagClassName
{
border-color: #84F7AD;
}
</style>