Shades of Vista Blue #84DFAC
Tints of Vista Blue #84DFAC
RGB
CMYK
RGB Variations
Color information
#84DFAC (or 0x84DFAC) is known color: Vista Blue. HEX triplet: 84, DF and AC. RGB value is (132,223,172). Sum of RGB (Red+Green+Blue) = 132+223+172=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DFAC is #7B2053. Grayscale: #BEBEBE. Windows color (decimal): -8069204 or 11329412. OLE color: 11329412.
HSL color Cylindrical-coordinate representation of color #84DFAC: hue angle of 146.37º 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 #84DFAC is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 223 | 172 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.13 |
| HSL | 146.37º | 0.59% | 0.7% | - |
| HSV(B) | 146.37º | 0.41% | 0.87% | - |
| XYZ | 43.35 | 60.66 | 48.45 | - |
| YUV | 189.98 | 117.85 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 172 | 0.41 | 0 | 0.23 | 0.13 | 146.37 | 0.59 | 0.7 |
| Hex | 84 | DF | AC | 29 | 0 | 17 | D | 92 | 3B | 46 |
| Octal | 204 | 337 | 254 | 51 | 0 | 27 | 15 | 222 | 73 | 106 |
| Binary | 10000100 | 11011111 | 10101100 | 101001 | 0 | 10111 | 1101 | 10010010 | 111011 | 1000110 |
Color Harmonies of #84DFAC
Complementary color
Monochromatic Colors of #84DFAC
Black with #84DFAC
Text Example
Text Example
White with #84DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DFAC; }
p { color: rgb(132,223,172); }
H1.HeaderClassName
{
color: #84DFAC;
}
.AnyTagClassName
{
color: #84DFAC;
}
</style>
background-color css
<style>
a { background-color: #84DFAC; }
a { background-color: rgb(132,223,172); }
div.DivClassName
{
background-color: #84DFAC;
}
.BgClassName
{
background-color: #84DFAC;
}
</style>
border-color css
<style>
span { border-color: #84DFAC; }
span { border-color: rgb(132,223,172); }
td.TdClassName
{
border-color: #84DFAC;
}
.TagClassName
{
border-color: #84DFAC;
}
</style>