Shades of Vista Blue #84E9A8
Tints of Vista Blue #84E9A8
RGB
CMYK
RGB Variations
Color information
#84E9A8 (or 0x84E9A8) is known color: Vista Blue. HEX triplet: 84, E9 and A8. RGB value is (132,233,168). Sum of RGB (Red+Green+Blue) = 132+233+168=533 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.77% from 533); Green value is 233 (91.41% from 255 or 43.71% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 233 - color contains mainly: green. Hex color #84E9A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84E9A8 is #7B1657. Grayscale: #C3C3C3. Windows color (decimal): -8066648 or 11069828. OLE color: 11069828.
HSL color Cylindrical-coordinate representation of color #84E9A8: hue angle of 141.39º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84E9A8 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
RGB | 132 | 233 | 168 | - |
CMYK | 0.43 | 0 | 0.28 | 0.09 |
HSL | 141.39º | 0.7% | 0.72% | - |
HSV(B) | 141.39º | 0.43% | 0.91% | - |
XYZ | 45.72 | 66.01 | 47.38 | - |
YUV | 195.39 | 112.54 | 82.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 132 | 233 | 168 | 0.43 | 0 | 0.28 | 0.09 | 141.39 | 0.7 | 0.72 |
Hex | 84 | E9 | A8 | 2B | 0 | 1C | 9 | 8D | 46 | 48 |
Octal | 204 | 351 | 250 | 53 | 0 | 34 | 11 | 215 | 106 | 110 |
Binary | 10000100 | 11101001 | 10101000 | 101011 | 0 | 11100 | 1001 | 10001101 | 1000110 | 1001000 |
Color Harmonies of #84E9A8
Complementary color
Monochromatic Colors of #84E9A8
Black with #84E9A8
Text Example
Text Example
White with #84E9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E9A8; }
p { color: rgb(132,233,168); }
H1.HeaderClassName
{
color: #84E9A8;
}
.AnyTagClassName
{
color: #84E9A8;
}
</style>
background-color css
<style>
a { background-color: #84E9A8; }
a { background-color: rgb(132,233,168); }
div.DivClassName
{
background-color: #84E9A8;
}
.BgClassName
{
background-color: #84E9A8;
}
</style>
border-color css
<style>
span { border-color: #84E9A8; }
span { border-color: rgb(132,233,168); }
td.TdClassName
{
border-color: #84E9A8;
}
.TagClassName
{
border-color: #84E9A8;
}
</style>