Shades of Vista Blue #84DBAC
Tints of Vista Blue #84DBAC
RGB
CMYK
RGB Variations
Color information
#84DBAC (or 0x84DBAC) is known color: Vista Blue. HEX triplet: 84, DB and AC. RGB value is (132,219,172). Sum of RGB (Red+Green+Blue) = 132+219+172=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DBAC is #7B2453. Grayscale: #BBBBBB. Windows color (decimal): -8070228 or 11328388. OLE color: 11328388.
HSL color Cylindrical-coordinate representation of color #84DBAC: hue angle of 147.59º degrees, saturation: 0.55, 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 #84DBAC is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 172 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.14 |
| HSL | 147.59º | 0.55% | 0.69% | - |
| HSV(B) | 147.59º | 0.4% | 0.86% | - |
| XYZ | 42.29 | 58.55 | 48.1 | - |
| YUV | 187.63 | 119.18 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 172 | 0.40 | 0 | 0.21 | 0.14 | 147.59 | 0.55 | 0.69 |
| Hex | 84 | DB | AC | 28 | 0 | 15 | E | 94 | 37 | 45 |
| Octal | 204 | 333 | 254 | 50 | 0 | 25 | 16 | 224 | 67 | 105 |
| Binary | 10000100 | 11011011 | 10101100 | 101000 | 0 | 10101 | 1110 | 10010100 | 110111 | 1000101 |
Color Harmonies of #84DBAC
Complementary color
Monochromatic Colors of #84DBAC
Black with #84DBAC
Text Example
Text Example
White with #84DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DBAC; }
p { color: rgb(132,219,172); }
H1.HeaderClassName
{
color: #84DBAC;
}
.AnyTagClassName
{
color: #84DBAC;
}
</style>
background-color css
<style>
a { background-color: #84DBAC; }
a { background-color: rgb(132,219,172); }
div.DivClassName
{
background-color: #84DBAC;
}
.BgClassName
{
background-color: #84DBAC;
}
</style>
border-color css
<style>
span { border-color: #84DBAC; }
span { border-color: rgb(132,219,172); }
td.TdClassName
{
border-color: #84DBAC;
}
.TagClassName
{
border-color: #84DBAC;
}
</style>