Shades of Vista Blue #84EDA6
Tints of Vista Blue #84EDA6
RGB
CMYK
RGB Variations
Color information
#84EDA6 (or 0x84EDA6) is known color: Vista Blue. HEX triplet: 84, ED and A6. RGB value is (132,237,166). Sum of RGB (Red+Green+Blue) = 132+237+166=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #84EDA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EDA6 is #7B1259. Grayscale: #C5C5C5. Windows color (decimal): -8065626 or 10939780. OLE color: 10939780.
HSL color Cylindrical-coordinate representation of color #84EDA6: hue angle of 139.43º 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 #84EDA6 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 237 | 166 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.07 |
| HSL | 139.43º | 0.74% | 0.72% | - |
| HSV(B) | 139.43º | 0.44% | 0.93% | - |
| XYZ | 46.68 | 68.23 | 46.79 | - |
| YUV | 197.51 | 110.21 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 237 | 166 | 0.44 | 0 | 0.30 | 0.07 | 139.43 | 0.74 | 0.72 |
| Hex | 84 | ED | A6 | 2C | 0 | 1E | 7 | 8B | 4A | 48 |
| Octal | 204 | 355 | 246 | 54 | 0 | 36 | 7 | 213 | 112 | 110 |
| Binary | 10000100 | 11101101 | 10100110 | 101100 | 0 | 11110 | 111 | 10001011 | 1001010 | 1001000 |
Color Harmonies of #84EDA6
Complementary color
Monochromatic Colors of #84EDA6
Black with #84EDA6
Text Example
Text Example
White with #84EDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EDA6; }
p { color: rgb(132,237,166); }
H1.HeaderClassName
{
color: #84EDA6;
}
.AnyTagClassName
{
color: #84EDA6;
}
</style>
background-color css
<style>
a { background-color: #84EDA6; }
a { background-color: rgb(132,237,166); }
div.DivClassName
{
background-color: #84EDA6;
}
.BgClassName
{
background-color: #84EDA6;
}
</style>
border-color css
<style>
span { border-color: #84EDA6; }
span { border-color: rgb(132,237,166); }
td.TdClassName
{
border-color: #84EDA6;
}
.TagClassName
{
border-color: #84EDA6;
}
</style>