Shades of Vista Blue #84E0AE
Tints of Vista Blue #84E0AE
RGB
CMYK
RGB Variations
Color information
#84E0AE (or 0x84E0AE) is known color: Vista Blue. HEX triplet: 84, E0 and AE. RGB value is (132,224,174). Sum of RGB (Red+Green+Blue) = 132+224+174=530 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.91% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #84E0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E0AE is #7B1F51. Grayscale: #BEBEBE. Windows color (decimal): -8068946 or 11460740. OLE color: 11460740.
HSL color Cylindrical-coordinate representation of color #84E0AE: hue angle of 147.39º 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 #84E0AE is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 224 | 174 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.12 |
| HSL | 147.39º | 0.6% | 0.7% | - |
| HSV(B) | 147.39º | 0.41% | 0.88% | - |
| XYZ | 43.81 | 61.27 | 49.56 | - |
| YUV | 190.79 | 118.52 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 224 | 174 | 0.41 | 0 | 0.22 | 0.12 | 147.39 | 0.6 | 0.7 |
| Hex | 84 | E0 | AE | 29 | 0 | 16 | C | 93 | 3C | 46 |
| Octal | 204 | 340 | 256 | 51 | 0 | 26 | 14 | 223 | 74 | 106 |
| Binary | 10000100 | 11100000 | 10101110 | 101001 | 0 | 10110 | 1100 | 10010011 | 111100 | 1000110 |
Color Harmonies of #84E0AE
Complementary color
Monochromatic Colors of #84E0AE
Black with #84E0AE
Text Example
Text Example
White with #84E0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E0AE; }
p { color: rgb(132,224,174); }
H1.HeaderClassName
{
color: #84E0AE;
}
.AnyTagClassName
{
color: #84E0AE;
}
</style>
background-color css
<style>
a { background-color: #84E0AE; }
a { background-color: rgb(132,224,174); }
div.DivClassName
{
background-color: #84E0AE;
}
.BgClassName
{
background-color: #84E0AE;
}
</style>
border-color css
<style>
span { border-color: #84E0AE; }
span { border-color: rgb(132,224,174); }
td.TdClassName
{
border-color: #84E0AE;
}
.TagClassName
{
border-color: #84E0AE;
}
</style>