Shades of Vista Blue #84EDB9
Tints of Vista Blue #84EDB9
RGB
CMYK
RGB Variations
Color information
#84EDB9 (or 0x84EDB9) is known color: Vista Blue. HEX triplet: 84, ED and B9. RGB value is (132,237,185). Sum of RGB (Red+Green+Blue) = 132+237+185=554 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.83% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #84EDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EDB9 is #7B1246. Grayscale: #C7C7C7. Windows color (decimal): -8065607 or 12184964. OLE color: 12184964.
HSL color Cylindrical-coordinate representation of color #84EDB9: hue angle of 150.29º 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 #84EDB9 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 237 | 185 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.07 |
| HSL | 150.29º | 0.74% | 0.72% | - |
| HSV(B) | 150.29º | 0.44% | 0.93% | - |
| XYZ | 48.56 | 68.98 | 56.65 | - |
| YUV | 199.68 | 119.71 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 237 | 185 | 0.44 | 0 | 0.22 | 0.07 | 150.29 | 0.74 | 0.72 |
| Hex | 84 | ED | B9 | 2C | 0 | 16 | 7 | 96 | 4A | 48 |
| Octal | 204 | 355 | 271 | 54 | 0 | 26 | 7 | 226 | 112 | 110 |
| Binary | 10000100 | 11101101 | 10111001 | 101100 | 0 | 10110 | 111 | 10010110 | 1001010 | 1001000 |
Color Harmonies of #84EDB9
Complementary color
Monochromatic Colors of #84EDB9
Black with #84EDB9
Text Example
Text Example
White with #84EDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EDB9; }
p { color: rgb(132,237,185); }
H1.HeaderClassName
{
color: #84EDB9;
}
.AnyTagClassName
{
color: #84EDB9;
}
</style>
background-color css
<style>
a { background-color: #84EDB9; }
a { background-color: rgb(132,237,185); }
div.DivClassName
{
background-color: #84EDB9;
}
.BgClassName
{
background-color: #84EDB9;
}
</style>
border-color css
<style>
span { border-color: #84EDB9; }
span { border-color: rgb(132,237,185); }
td.TdClassName
{
border-color: #84EDB9;
}
.TagClassName
{
border-color: #84EDB9;
}
</style>