Shades of Vista Blue #84DCA2
Tints of Vista Blue #84DCA2
RGB
CMYK
RGB Variations
Color information
#84DCA2 (or 0x84DCA2) is known color: Vista Blue. HEX triplet: 84, DC and A2. RGB value is (132,220,162). Sum of RGB (Red+Green+Blue) = 132+220+162=514 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.68% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #84DCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DCA2 is #7B235D. Grayscale: #BBBBBB. Windows color (decimal): -8069982 or 10673284. OLE color: 10673284.
HSL color Cylindrical-coordinate representation of color #84DCA2: hue angle of 140.45º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DCA2 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 162 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.14 |
| HSL | 140.45º | 0.56% | 0.69% | - |
| HSV(B) | 140.45º | 0.4% | 0.86% | - |
| XYZ | 41.63 | 58.7 | 43.32 | - |
| YUV | 187.08 | 113.85 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 162 | 0.40 | 0 | 0.26 | 0.14 | 140.45 | 0.56 | 0.69 |
| Hex | 84 | DC | A2 | 28 | 0 | 1A | E | 8C | 38 | 45 |
| Octal | 204 | 334 | 242 | 50 | 0 | 32 | 16 | 214 | 70 | 105 |
| Binary | 10000100 | 11011100 | 10100010 | 101000 | 0 | 11010 | 1110 | 10001100 | 111000 | 1000101 |
Color Harmonies of #84DCA2
Complementary color
Monochromatic Colors of #84DCA2
Black with #84DCA2
Text Example
Text Example
White with #84DCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DCA2; }
p { color: rgb(132,220,162); }
H1.HeaderClassName
{
color: #84DCA2;
}
.AnyTagClassName
{
color: #84DCA2;
}
</style>
background-color css
<style>
a { background-color: #84DCA2; }
a { background-color: rgb(132,220,162); }
div.DivClassName
{
background-color: #84DCA2;
}
.BgClassName
{
background-color: #84DCA2;
}
</style>
border-color css
<style>
span { border-color: #84DCA2; }
span { border-color: rgb(132,220,162); }
td.TdClassName
{
border-color: #84DCA2;
}
.TagClassName
{
border-color: #84DCA2;
}
</style>