Shades of Vista Blue #84E0B3
Tints of Vista Blue #84E0B3
RGB
CMYK
RGB Variations
Color information
#84E0B3 (or 0x84E0B3) is known color: Vista Blue. HEX triplet: 84, E0 and B3. RGB value is (132,224,179). Sum of RGB (Red+Green+Blue) = 132+224+179=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #84E0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E0B3 is #7B1F4C. Grayscale: #BFBFBF. Windows color (decimal): -8068941 or 11788420. OLE color: 11788420.
HSL color Cylindrical-coordinate representation of color #84E0B3: hue angle of 150.65º 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 #84E0B3 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 224 | 179 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.12 |
| HSL | 150.65º | 0.6% | 0.7% | - |
| HSV(B) | 150.65º | 0.41% | 0.88% | - |
| XYZ | 44.31 | 61.47 | 52.18 | - |
| YUV | 191.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 224 | 179 | 0.41 | 0 | 0.20 | 0.12 | 150.65 | 0.6 | 0.7 |
| Hex | 84 | E0 | B3 | 29 | 0 | 14 | C | 97 | 3C | 46 |
| Octal | 204 | 340 | 263 | 51 | 0 | 24 | 14 | 227 | 74 | 106 |
| Binary | 10000100 | 11100000 | 10110011 | 101001 | 0 | 10100 | 1100 | 10010111 | 111100 | 1000110 |
Color Harmonies of #84E0B3
Complementary color
Monochromatic Colors of #84E0B3
Black with #84E0B3
Text Example
Text Example
White with #84E0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E0B3; }
p { color: rgb(132,224,179); }
H1.HeaderClassName
{
color: #84E0B3;
}
.AnyTagClassName
{
color: #84E0B3;
}
</style>
background-color css
<style>
a { background-color: #84E0B3; }
a { background-color: rgb(132,224,179); }
div.DivClassName
{
background-color: #84E0B3;
}
.BgClassName
{
background-color: #84E0B3;
}
</style>
border-color css
<style>
span { border-color: #84E0B3; }
span { border-color: rgb(132,224,179); }
td.TdClassName
{
border-color: #84E0B3;
}
.TagClassName
{
border-color: #84E0B3;
}
</style>