Shades of Vista Blue #84DCAC
Tints of Vista Blue #84DCAC
RGB
CMYK
RGB Variations
Color information
#84DCAC (or 0x84DCAC) is known color: Vista Blue. HEX triplet: 84, DC and AC. RGB value is (132,220,172). Sum of RGB (Red+Green+Blue) = 132+220+172=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #84DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DCAC is #7B2353. Grayscale: #BCBCBC. Windows color (decimal): -8069972 or 11328644. OLE color: 11328644.
HSL color Cylindrical-coordinate representation of color #84DCAC: hue angle of 147.27º 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 #84DCAC is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 172 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.14 |
| HSL | 147.27º | 0.56% | 0.69% | - |
| HSV(B) | 147.27º | 0.4% | 0.86% | - |
| XYZ | 42.56 | 59.07 | 48.19 | - |
| YUV | 188.22 | 118.85 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 172 | 0.40 | 0 | 0.22 | 0.14 | 147.27 | 0.56 | 0.69 |
| Hex | 84 | DC | AC | 28 | 0 | 16 | E | 93 | 38 | 45 |
| Octal | 204 | 334 | 254 | 50 | 0 | 26 | 16 | 223 | 70 | 105 |
| Binary | 10000100 | 11011100 | 10101100 | 101000 | 0 | 10110 | 1110 | 10010011 | 111000 | 1000101 |
Color Harmonies of #84DCAC
Complementary color
Monochromatic Colors of #84DCAC
Black with #84DCAC
Text Example
Text Example
White with #84DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DCAC; }
p { color: rgb(132,220,172); }
H1.HeaderClassName
{
color: #84DCAC;
}
.AnyTagClassName
{
color: #84DCAC;
}
</style>
background-color css
<style>
a { background-color: #84DCAC; }
a { background-color: rgb(132,220,172); }
div.DivClassName
{
background-color: #84DCAC;
}
.BgClassName
{
background-color: #84DCAC;
}
</style>
border-color css
<style>
span { border-color: #84DCAC; }
span { border-color: rgb(132,220,172); }
td.TdClassName
{
border-color: #84DCAC;
}
.TagClassName
{
border-color: #84DCAC;
}
</style>