Shades of Vista Blue #84ECAF
Tints of Vista Blue #84ECAF
RGB
CMYK
RGB Variations
Color information
#84ECAF (or 0x84ECAF) is known color: Vista Blue. HEX triplet: 84, EC and AF. RGB value is (132,236,175). Sum of RGB (Red+Green+Blue) = 132+236+175=543 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.31% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84ECAF is #7B1350. Grayscale: #C6C6C6. Windows color (decimal): -8065873 or 11529348. OLE color: 11529348.
HSL color Cylindrical-coordinate representation of color #84ECAF: hue angle of 144.81º 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 #84ECAF is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 236 | 175 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.07 |
| HSL | 144.81º | 0.73% | 0.72% | - |
| HSV(B) | 144.81º | 0.44% | 0.93% | - |
| XYZ | 47.25 | 67.99 | 51.19 | - |
| YUV | 197.95 | 115.04 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 236 | 175 | 0.44 | 0 | 0.26 | 0.07 | 144.81 | 0.73 | 0.72 |
| Hex | 84 | EC | AF | 2C | 0 | 1A | 7 | 91 | 49 | 48 |
| Octal | 204 | 354 | 257 | 54 | 0 | 32 | 7 | 221 | 111 | 110 |
| Binary | 10000100 | 11101100 | 10101111 | 101100 | 0 | 11010 | 111 | 10010001 | 1001001 | 1001000 |
Color Harmonies of #84ECAF
Complementary color
Monochromatic Colors of #84ECAF
Black with #84ECAF
Text Example
Text Example
White with #84ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ECAF; }
p { color: rgb(132,236,175); }
H1.HeaderClassName
{
color: #84ECAF;
}
.AnyTagClassName
{
color: #84ECAF;
}
</style>
background-color css
<style>
a { background-color: #84ECAF; }
a { background-color: rgb(132,236,175); }
div.DivClassName
{
background-color: #84ECAF;
}
.BgClassName
{
background-color: #84ECAF;
}
</style>
border-color css
<style>
span { border-color: #84ECAF; }
span { border-color: rgb(132,236,175); }
td.TdClassName
{
border-color: #84ECAF;
}
.TagClassName
{
border-color: #84ECAF;
}
</style>