Shades of Vista Blue #84D9AB
Tints of Vista Blue #84D9AB
RGB
CMYK
RGB Variations
Color information
#84D9AB (or 0x84D9AB) is known color: Vista Blue. HEX triplet: 84, D9 and AB. RGB value is (132,217,171). Sum of RGB (Red+Green+Blue) = 132+217+171=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #84D9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D9AB is #7B2654. Grayscale: #BABABA. Windows color (decimal): -8070741 or 11262340. OLE color: 11262340.
HSL color Cylindrical-coordinate representation of color #84D9AB: hue angle of 147.53º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D9AB is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 217 | 171 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.15 |
| HSL | 147.53º | 0.53% | 0.68% | - |
| HSV(B) | 147.53º | 0.39% | 0.85% | - |
| XYZ | 41.68 | 57.47 | 47.42 | - |
| YUV | 186.34 | 119.34 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 217 | 171 | 0.39 | 0 | 0.21 | 0.15 | 147.53 | 0.53 | 0.68 |
| Hex | 84 | D9 | AB | 27 | 0 | 15 | F | 94 | 35 | 44 |
| Octal | 204 | 331 | 253 | 47 | 0 | 25 | 17 | 224 | 65 | 104 |
| Binary | 10000100 | 11011001 | 10101011 | 100111 | 0 | 10101 | 1111 | 10010100 | 110101 | 1000100 |
Color Harmonies of #84D9AB
Complementary color
Monochromatic Colors of #84D9AB
Black with #84D9AB
Text Example
Text Example
White with #84D9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D9AB; }
p { color: rgb(132,217,171); }
H1.HeaderClassName
{
color: #84D9AB;
}
.AnyTagClassName
{
color: #84D9AB;
}
</style>
background-color css
<style>
a { background-color: #84D9AB; }
a { background-color: rgb(132,217,171); }
div.DivClassName
{
background-color: #84D9AB;
}
.BgClassName
{
background-color: #84D9AB;
}
</style>
border-color css
<style>
span { border-color: #84D9AB; }
span { border-color: rgb(132,217,171); }
td.TdClassName
{
border-color: #84D9AB;
}
.TagClassName
{
border-color: #84D9AB;
}
</style>