Shades of Vista Blue #84EEAD
Tints of Vista Blue #84EEAD
RGB
CMYK
RGB Variations
Color information
#84EEAD (or 0x84EEAD) is known color: Vista Blue. HEX triplet: 84, EE and AD. RGB value is (132,238,173). Sum of RGB (Red+Green+Blue) = 132+238+173=543 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.31% from 543); Green value is 238 (93.36% from 255 or 43.83% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 238 - color contains mainly: green. Hex color #84EEAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EEAD is #7B1152. Grayscale: #C7C7C7. Windows color (decimal): -8065363 or 11398788. OLE color: 11398788.
HSL color Cylindrical-coordinate representation of color #84EEAD: hue angle of 143.21º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EEAD is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 238 | 173 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.07 |
| HSL | 143.21º | 0.76% | 0.73% | - |
| HSV(B) | 143.21º | 0.45% | 0.93% | - |
| XYZ | 47.63 | 69.07 | 50.36 | - |
| YUV | 198.9 | 113.38 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 238 | 173 | 0.45 | 0 | 0.27 | 0.07 | 143.21 | 0.76 | 0.73 |
| Hex | 84 | EE | AD | 2D | 0 | 1B | 7 | 8F | 4C | 49 |
| Octal | 204 | 356 | 255 | 55 | 0 | 33 | 7 | 217 | 114 | 111 |
| Binary | 10000100 | 11101110 | 10101101 | 101101 | 0 | 11011 | 111 | 10001111 | 1001100 | 1001001 |
Color Harmonies of #84EEAD
Complementary color
Monochromatic Colors of #84EEAD
Black with #84EEAD
Text Example
Text Example
White with #84EEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EEAD; }
p { color: rgb(132,238,173); }
H1.HeaderClassName
{
color: #84EEAD;
}
.AnyTagClassName
{
color: #84EEAD;
}
</style>
background-color css
<style>
a { background-color: #84EEAD; }
a { background-color: rgb(132,238,173); }
div.DivClassName
{
background-color: #84EEAD;
}
.BgClassName
{
background-color: #84EEAD;
}
</style>
border-color css
<style>
span { border-color: #84EEAD; }
span { border-color: rgb(132,238,173); }
td.TdClassName
{
border-color: #84EEAD;
}
.TagClassName
{
border-color: #84EEAD;
}
</style>