Shades of Vista Blue #84EDB1
Tints of Vista Blue #84EDB1
RGB
CMYK
RGB Variations
Color information
#84EDB1 (or 0x84EDB1) is known color: Vista Blue. HEX triplet: 84, ED and B1. RGB value is (132,237,177). Sum of RGB (Red+Green+Blue) = 132+237+177=546 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.18% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #84EDB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EDB1 is #7B124E. Grayscale: #C6C6C6. Windows color (decimal): -8065615 or 11660676. OLE color: 11660676.
HSL color Cylindrical-coordinate representation of color #84EDB1: hue angle of 145.71º 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 #84EDB1 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 237 | 177 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.07 |
| HSL | 145.71º | 0.74% | 0.72% | - |
| HSV(B) | 145.71º | 0.44% | 0.93% | - |
| XYZ | 47.74 | 68.65 | 52.33 | - |
| YUV | 198.77 | 115.71 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 237 | 177 | 0.44 | 0 | 0.25 | 0.07 | 145.71 | 0.74 | 0.72 |
| Hex | 84 | ED | B1 | 2C | 0 | 19 | 7 | 92 | 4A | 48 |
| Octal | 204 | 355 | 261 | 54 | 0 | 31 | 7 | 222 | 112 | 110 |
| Binary | 10000100 | 11101101 | 10110001 | 101100 | 0 | 11001 | 111 | 10010010 | 1001010 | 1001000 |
Color Harmonies of #84EDB1
Complementary color
Monochromatic Colors of #84EDB1
Black with #84EDB1
Text Example
Text Example
White with #84EDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EDB1; }
p { color: rgb(132,237,177); }
H1.HeaderClassName
{
color: #84EDB1;
}
.AnyTagClassName
{
color: #84EDB1;
}
</style>
background-color css
<style>
a { background-color: #84EDB1; }
a { background-color: rgb(132,237,177); }
div.DivClassName
{
background-color: #84EDB1;
}
.BgClassName
{
background-color: #84EDB1;
}
</style>
border-color css
<style>
span { border-color: #84EDB1; }
span { border-color: rgb(132,237,177); }
td.TdClassName
{
border-color: #84EDB1;
}
.TagClassName
{
border-color: #84EDB1;
}
</style>