Shades of Vista Blue #84ECAC
Tints of Vista Blue #84ECAC
RGB
CMYK
RGB Variations
Color information
#84ECAC (or 0x84ECAC) is known color: Vista Blue. HEX triplet: 84, EC and AC. RGB value is (132,236,172). Sum of RGB (Red+Green+Blue) = 132+236+172=540 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.44% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84ECAC is #7B1353. Grayscale: #C5C5C5. Windows color (decimal): -8065876 or 11332740. OLE color: 11332740.
HSL color Cylindrical-coordinate representation of color #84ECAC: hue angle of 143.08º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84ECAC is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 236 | 172 | - |
| CMYK | 0.44 | 0 | 0.27 | 0.07 |
| HSL | 143.08º | 0.73% | 0.72% | - |
| HSV(B) | 143.08º | 0.44% | 0.93% | - |
| XYZ | 46.96 | 67.88 | 49.66 | - |
| YUV | 197.61 | 113.54 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 236 | 172 | 0.44 | 0 | 0.27 | 0.07 | 143.08 | 0.73 | 0.72 |
| Hex | 84 | EC | AC | 2C | 0 | 1B | 7 | 8F | 49 | 48 |
| Octal | 204 | 354 | 254 | 54 | 0 | 33 | 7 | 217 | 111 | 110 |
| Binary | 10000100 | 11101100 | 10101100 | 101100 | 0 | 11011 | 111 | 10001111 | 1001001 | 1001000 |
Color Harmonies of #84ECAC
Complementary color
Monochromatic Colors of #84ECAC
Black with #84ECAC
Text Example
Text Example
White with #84ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ECAC; }
p { color: rgb(132,236,172); }
H1.HeaderClassName
{
color: #84ECAC;
}
.AnyTagClassName
{
color: #84ECAC;
}
</style>
background-color css
<style>
a { background-color: #84ECAC; }
a { background-color: rgb(132,236,172); }
div.DivClassName
{
background-color: #84ECAC;
}
.BgClassName
{
background-color: #84ECAC;
}
</style>
border-color css
<style>
span { border-color: #84ECAC; }
span { border-color: rgb(132,236,172); }
td.TdClassName
{
border-color: #84ECAC;
}
.TagClassName
{
border-color: #84ECAC;
}
</style>