Shades of Vista Blue #84EFA8
Tints of Vista Blue #84EFA8
RGB
CMYK
RGB Variations
Color information
#84EFA8 (or 0x84EFA8) is known color: Vista Blue. HEX triplet: 84, EF and A8. RGB value is (132,239,168). Sum of RGB (Red+Green+Blue) = 132+239+168=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EFA8 is #7B1057. Grayscale: #C7C7C7. Windows color (decimal): -8065112 or 11071364. OLE color: 11071364.
HSL color Cylindrical-coordinate representation of color #84EFA8: hue angle of 140.19º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EFA8 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 239 | 168 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.06 |
| HSL | 140.19º | 0.77% | 0.73% | - |
| HSV(B) | 140.19º | 0.45% | 0.94% | - |
| XYZ | 47.45 | 69.47 | 47.95 | - |
| YUV | 198.91 | 110.55 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 239 | 168 | 0.45 | 0 | 0.30 | 0.06 | 140.19 | 0.77 | 0.73 |
| Hex | 84 | EF | A8 | 2D | 0 | 1E | 6 | 8C | 4D | 49 |
| Octal | 204 | 357 | 250 | 55 | 0 | 36 | 6 | 214 | 115 | 111 |
| Binary | 10000100 | 11101111 | 10101000 | 101101 | 0 | 11110 | 110 | 10001100 | 1001101 | 1001001 |
Color Harmonies of #84EFA8
Complementary color
Monochromatic Colors of #84EFA8
Black with #84EFA8
Text Example
Text Example
White with #84EFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EFA8; }
p { color: rgb(132,239,168); }
H1.HeaderClassName
{
color: #84EFA8;
}
.AnyTagClassName
{
color: #84EFA8;
}
</style>
background-color css
<style>
a { background-color: #84EFA8; }
a { background-color: rgb(132,239,168); }
div.DivClassName
{
background-color: #84EFA8;
}
.BgClassName
{
background-color: #84EFA8;
}
</style>
border-color css
<style>
span { border-color: #84EFA8; }
span { border-color: rgb(132,239,168); }
td.TdClassName
{
border-color: #84EFA8;
}
.TagClassName
{
border-color: #84EFA8;
}
</style>