Shades of Vista Blue #84EDA8
Tints of Vista Blue #84EDA8
RGB
CMYK
RGB Variations
Color information
#84EDA8 (or 0x84EDA8) is known color: Vista Blue. HEX triplet: 84, ED and A8. RGB value is (132,237,168). Sum of RGB (Red+Green+Blue) = 132+237+168=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #84EDA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EDA8 is #7B1257. Grayscale: #C5C5C5. Windows color (decimal): -8065624 or 11070852. OLE color: 11070852.
HSL color Cylindrical-coordinate representation of color #84EDA8: hue angle of 140.57º degrees, saturation: 0.74, 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 #84EDA8 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 237 | 168 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.07 |
| HSL | 140.57º | 0.74% | 0.72% | - |
| HSV(B) | 140.57º | 0.44% | 0.93% | - |
| XYZ | 46.87 | 68.3 | 47.76 | - |
| YUV | 197.74 | 111.21 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 237 | 168 | 0.44 | 0 | 0.29 | 0.07 | 140.57 | 0.74 | 0.72 |
| Hex | 84 | ED | A8 | 2C | 0 | 1D | 7 | 8D | 4A | 48 |
| Octal | 204 | 355 | 250 | 54 | 0 | 35 | 7 | 215 | 112 | 110 |
| Binary | 10000100 | 11101101 | 10101000 | 101100 | 0 | 11101 | 111 | 10001101 | 1001010 | 1001000 |
Color Harmonies of #84EDA8
Complementary color
Monochromatic Colors of #84EDA8
Black with #84EDA8
Text Example
Text Example
White with #84EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EDA8; }
p { color: rgb(132,237,168); }
H1.HeaderClassName
{
color: #84EDA8;
}
.AnyTagClassName
{
color: #84EDA8;
}
</style>
background-color css
<style>
a { background-color: #84EDA8; }
a { background-color: rgb(132,237,168); }
div.DivClassName
{
background-color: #84EDA8;
}
.BgClassName
{
background-color: #84EDA8;
}
</style>
border-color css
<style>
span { border-color: #84EDA8; }
span { border-color: rgb(132,237,168); }
td.TdClassName
{
border-color: #84EDA8;
}
.TagClassName
{
border-color: #84EDA8;
}
</style>