Shades of Vista Blue #84ECB8
Tints of Vista Blue #84ECB8
RGB
CMYK
RGB Variations
Color information
#84ECB8 (or 0x84ECB8) is known color: Vista Blue. HEX triplet: 84, EC and B8. RGB value is (132,236,184). Sum of RGB (Red+Green+Blue) = 132+236+184=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84ECB8 is #7B1347. Grayscale: #C7C7C7. Windows color (decimal): -8065864 or 12119172. OLE color: 12119172.
HSL color Cylindrical-coordinate representation of color #84ECB8: hue angle of 150º 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 #84ECB8 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 236 | 184 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.07 |
| HSL | 150º | 0.73% | 0.72% | - |
| HSV(B) | 150º | 0.44% | 0.93% | - |
| XYZ | 48.16 | 68.36 | 56 | - |
| YUV | 198.98 | 119.54 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 236 | 184 | 0.44 | 0 | 0.22 | 0.07 | 150 | 0.73 | 0.72 |
| Hex | 84 | EC | B8 | 2C | 0 | 16 | 7 | 96 | 49 | 48 |
| Octal | 204 | 354 | 270 | 54 | 0 | 26 | 7 | 226 | 111 | 110 |
| Binary | 10000100 | 11101100 | 10111000 | 101100 | 0 | 10110 | 111 | 10010110 | 1001001 | 1001000 |
Color Harmonies of #84ECB8
Complementary color
Monochromatic Colors of #84ECB8
Black with #84ECB8
Text Example
Text Example
White with #84ECB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ECB8; }
p { color: rgb(132,236,184); }
H1.HeaderClassName
{
color: #84ECB8;
}
.AnyTagClassName
{
color: #84ECB8;
}
</style>
background-color css
<style>
a { background-color: #84ECB8; }
a { background-color: rgb(132,236,184); }
div.DivClassName
{
background-color: #84ECB8;
}
.BgClassName
{
background-color: #84ECB8;
}
</style>
border-color css
<style>
span { border-color: #84ECB8; }
span { border-color: rgb(132,236,184); }
td.TdClassName
{
border-color: #84ECB8;
}
.TagClassName
{
border-color: #84ECB8;
}
</style>