Shades of Vista Blue #84D5A2
Tints of Vista Blue #84D5A2
RGB
CMYK
RGB Variations
Color information
#84D5A2 (or 0x84D5A2) is known color: Vista Blue. HEX triplet: 84, D5 and A2. RGB value is (132,213,162). Sum of RGB (Red+Green+Blue) = 132+213+162=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #84D5A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D5A2 is #7B2A5D. Grayscale: #B7B7B7. Windows color (decimal): -8071774 or 10671492. OLE color: 10671492.
HSL color Cylindrical-coordinate representation of color #84D5A2: hue angle of 142.22º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D5A2 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 213 | 162 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.16 |
| HSL | 142.22º | 0.49% | 0.68% | - |
| HSV(B) | 142.22º | 0.38% | 0.84% | - |
| XYZ | 39.83 | 55.1 | 42.72 | - |
| YUV | 182.97 | 116.16 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 213 | 162 | 0.38 | 0 | 0.24 | 0.16 | 142.22 | 0.49 | 0.68 |
| Hex | 84 | D5 | A2 | 26 | 0 | 18 | 10 | 8E | 31 | 44 |
| Octal | 204 | 325 | 242 | 46 | 0 | 30 | 20 | 216 | 61 | 104 |
| Binary | 10000100 | 11010101 | 10100010 | 100110 | 0 | 11000 | 10000 | 10001110 | 110001 | 1000100 |
Color Harmonies of #84D5A2
Complementary color
Monochromatic Colors of #84D5A2
Black with #84D5A2
Text Example
Text Example
White with #84D5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D5A2; }
p { color: rgb(132,213,162); }
H1.HeaderClassName
{
color: #84D5A2;
}
.AnyTagClassName
{
color: #84D5A2;
}
</style>
background-color css
<style>
a { background-color: #84D5A2; }
a { background-color: rgb(132,213,162); }
div.DivClassName
{
background-color: #84D5A2;
}
.BgClassName
{
background-color: #84D5A2;
}
</style>
border-color css
<style>
span { border-color: #84D5A2; }
span { border-color: rgb(132,213,162); }
td.TdClassName
{
border-color: #84D5A2;
}
.TagClassName
{
border-color: #84D5A2;
}
</style>