Shades of Vista Blue #84EDAD
Tints of Vista Blue #84EDAD
RGB
CMYK
RGB Variations
Color information
#84EDAD (or 0x84EDAD) is known color: Vista Blue. HEX triplet: 84, ED and AD. RGB value is (132,237,173). Sum of RGB (Red+Green+Blue) = 132+237+173=542 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.35% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #84EDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EDAD is #7B1252. Grayscale: #C6C6C6. Windows color (decimal): -8065619 or 11398532. OLE color: 11398532.
HSL color Cylindrical-coordinate representation of color #84EDAD: hue angle of 143.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 #84EDAD is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 237 | 173 | - |
| CMYK | 0.44 | 0 | 0.27 | 0.07 |
| HSL | 143.43º | 0.74% | 0.72% | - |
| HSV(B) | 143.43º | 0.44% | 0.93% | - |
| XYZ | 47.34 | 68.49 | 50.26 | - |
| YUV | 198.31 | 113.71 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 237 | 173 | 0.44 | 0 | 0.27 | 0.07 | 143.43 | 0.74 | 0.72 |
| Hex | 84 | ED | AD | 2C | 0 | 1B | 7 | 8F | 4A | 48 |
| Octal | 204 | 355 | 255 | 54 | 0 | 33 | 7 | 217 | 112 | 110 |
| Binary | 10000100 | 11101101 | 10101101 | 101100 | 0 | 11011 | 111 | 10001111 | 1001010 | 1001000 |
Color Harmonies of #84EDAD
Complementary color
Monochromatic Colors of #84EDAD
Black with #84EDAD
Text Example
Text Example
White with #84EDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EDAD; }
p { color: rgb(132,237,173); }
H1.HeaderClassName
{
color: #84EDAD;
}
.AnyTagClassName
{
color: #84EDAD;
}
</style>
background-color css
<style>
a { background-color: #84EDAD; }
a { background-color: rgb(132,237,173); }
div.DivClassName
{
background-color: #84EDAD;
}
.BgClassName
{
background-color: #84EDAD;
}
</style>
border-color css
<style>
span { border-color: #84EDAD; }
span { border-color: rgb(132,237,173); }
td.TdClassName
{
border-color: #84EDAD;
}
.TagClassName
{
border-color: #84EDAD;
}
</style>