Shades of Vista Blue #84F3AD
Tints of Vista Blue #84F3AD
RGB
CMYK
RGB Variations
Color information
#84F3AD (or 0x84F3AD) is known color: Vista Blue. HEX triplet: 84, F3 and AD. RGB value is (132,243,173). Sum of RGB (Red+Green+Blue) = 132+243+173=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 243 - color contains mainly: green. Hex color #84F3AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F3AD is #7B0C52. Grayscale: #CACACA. Windows color (decimal): -8064083 or 11400068. OLE color: 11400068.
HSL color Cylindrical-coordinate representation of color #84F3AD: hue angle of 142.16º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F3AD is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 243 | 173 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.05 |
| HSL | 142.16º | 0.82% | 0.74% | - |
| HSV(B) | 142.16º | 0.46% | 0.95% | - |
| XYZ | 49.11 | 72.02 | 50.85 | - |
| YUV | 201.83 | 111.73 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 243 | 173 | 0.46 | 0 | 0.29 | 0.05 | 142.16 | 0.82 | 0.74 |
| Hex | 84 | F3 | AD | 2E | 0 | 1D | 5 | 8E | 52 | 4A |
| Octal | 204 | 363 | 255 | 56 | 0 | 35 | 5 | 216 | 122 | 112 |
| Binary | 10000100 | 11110011 | 10101101 | 101110 | 0 | 11101 | 101 | 10001110 | 1010010 | 1001010 |
Color Harmonies of #84F3AD
Complementary color
Monochromatic Colors of #84F3AD
Black with #84F3AD
Text Example
Text Example
White with #84F3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F3AD; }
p { color: rgb(132,243,173); }
H1.HeaderClassName
{
color: #84F3AD;
}
.AnyTagClassName
{
color: #84F3AD;
}
</style>
background-color css
<style>
a { background-color: #84F3AD; }
a { background-color: rgb(132,243,173); }
div.DivClassName
{
background-color: #84F3AD;
}
.BgClassName
{
background-color: #84F3AD;
}
</style>
border-color css
<style>
span { border-color: #84F3AD; }
span { border-color: rgb(132,243,173); }
td.TdClassName
{
border-color: #84F3AD;
}
.TagClassName
{
border-color: #84F3AD;
}
</style>