Shades of Vista Blue #84DFAB
Tints of Vista Blue #84DFAB
RGB
CMYK
RGB Variations
Color information
#84DFAB (or 0x84DFAB) is known color: Vista Blue. HEX triplet: 84, DF and AB. RGB value is (132,223,171). Sum of RGB (Red+Green+Blue) = 132+223+171=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DFAB is #7B2054. Grayscale: #BDBDBD. Windows color (decimal): -8069205 or 11263876. OLE color: 11263876.
HSL color Cylindrical-coordinate representation of color #84DFAB: hue angle of 145.71º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DFAB is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 223 | 171 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.13 |
| HSL | 145.71º | 0.59% | 0.7% | - |
| HSV(B) | 145.71º | 0.41% | 0.87% | - |
| XYZ | 43.25 | 60.62 | 47.95 | - |
| YUV | 189.86 | 117.35 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 171 | 0.41 | 0 | 0.23 | 0.13 | 145.71 | 0.59 | 0.7 |
| Hex | 84 | DF | AB | 29 | 0 | 17 | D | 92 | 3B | 46 |
| Octal | 204 | 337 | 253 | 51 | 0 | 27 | 15 | 222 | 73 | 106 |
| Binary | 10000100 | 11011111 | 10101011 | 101001 | 0 | 10111 | 1101 | 10010010 | 111011 | 1000110 |
Color Harmonies of #84DFAB
Complementary color
Monochromatic Colors of #84DFAB
Black with #84DFAB
Text Example
Text Example
White with #84DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DFAB; }
p { color: rgb(132,223,171); }
H1.HeaderClassName
{
color: #84DFAB;
}
.AnyTagClassName
{
color: #84DFAB;
}
</style>
background-color css
<style>
a { background-color: #84DFAB; }
a { background-color: rgb(132,223,171); }
div.DivClassName
{
background-color: #84DFAB;
}
.BgClassName
{
background-color: #84DFAB;
}
</style>
border-color css
<style>
span { border-color: #84DFAB; }
span { border-color: rgb(132,223,171); }
td.TdClassName
{
border-color: #84DFAB;
}
.TagClassName
{
border-color: #84DFAB;
}
</style>