Shades of Vista Blue #84E0B6
Tints of Vista Blue #84E0B6
RGB
CMYK
RGB Variations
Color information
#84E0B6 (or 0x84E0B6) is known color: Vista Blue. HEX triplet: 84, E0 and B6. RGB value is (132,224,182). Sum of RGB (Red+Green+Blue) = 132+224+182=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 182 (71.48% from 255 or 33.83% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #84E0B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E0B6 is #7B1F49. Grayscale: #BFBFBF. Windows color (decimal): -8068938 or 11985028. OLE color: 11985028.
HSL color Cylindrical-coordinate representation of color #84E0B6: hue angle of 152.61º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84E0B6 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 224 | 182 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.12 |
| HSL | 152.61º | 0.6% | 0.7% | - |
| HSV(B) | 152.61º | 0.41% | 0.88% | - |
| XYZ | 44.61 | 61.59 | 53.79 | - |
| YUV | 191.7 | 122.52 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 224 | 182 | 0.41 | 0 | 0.19 | 0.12 | 152.61 | 0.6 | 0.7 |
| Hex | 84 | E0 | B6 | 29 | 0 | 13 | C | 99 | 3C | 46 |
| Octal | 204 | 340 | 266 | 51 | 0 | 23 | 14 | 231 | 74 | 106 |
| Binary | 10000100 | 11100000 | 10110110 | 101001 | 0 | 10011 | 1100 | 10011001 | 111100 | 1000110 |
Color Harmonies of #84E0B6
Complementary color
Monochromatic Colors of #84E0B6
Black with #84E0B6
Text Example
Text Example
White with #84E0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E0B6; }
p { color: rgb(132,224,182); }
H1.HeaderClassName
{
color: #84E0B6;
}
.AnyTagClassName
{
color: #84E0B6;
}
</style>
background-color css
<style>
a { background-color: #84E0B6; }
a { background-color: rgb(132,224,182); }
div.DivClassName
{
background-color: #84E0B6;
}
.BgClassName
{
background-color: #84E0B6;
}
</style>
border-color css
<style>
span { border-color: #84E0B6; }
span { border-color: rgb(132,224,182); }
td.TdClassName
{
border-color: #84E0B6;
}
.TagClassName
{
border-color: #84E0B6;
}
</style>