Shades of Vista Blue #84D0AD
Tints of Vista Blue #84D0AD
RGB
CMYK
RGB Variations
Color information
#84D0AD (or 0x84D0AD) is known color: Vista Blue. HEX triplet: 84, D0 and AD. RGB value is (132,208,173). Sum of RGB (Red+Green+Blue) = 132+208+173=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #84D0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D0AD is #7B2F52. Grayscale: #B5B5B5. Windows color (decimal): -8073043 or 11391108. OLE color: 11391108.
HSL color Cylindrical-coordinate representation of color #84D0AD: hue angle of 152.37º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84D0AD is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 208 | 173 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.18 |
| HSL | 152.37º | 0.45% | 0.67% | - |
| HSV(B) | 152.37º | 0.37% | 0.82% | - |
| XYZ | 39.61 | 53.03 | 47.68 | - |
| YUV | 181.29 | 123.32 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 208 | 173 | 0.37 | 0 | 0.17 | 0.18 | 152.37 | 0.45 | 0.67 |
| Hex | 84 | D0 | AD | 25 | 0 | 11 | 12 | 98 | 2D | 43 |
| Octal | 204 | 320 | 255 | 45 | 0 | 21 | 22 | 230 | 55 | 103 |
| Binary | 10000100 | 11010000 | 10101101 | 100101 | 0 | 10001 | 10010 | 10011000 | 101101 | 1000011 |
Color Harmonies of #84D0AD
Complementary color
Monochromatic Colors of #84D0AD
Black with #84D0AD
Text Example
Text Example
White with #84D0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D0AD; }
p { color: rgb(132,208,173); }
H1.HeaderClassName
{
color: #84D0AD;
}
.AnyTagClassName
{
color: #84D0AD;
}
</style>
background-color css
<style>
a { background-color: #84D0AD; }
a { background-color: rgb(132,208,173); }
div.DivClassName
{
background-color: #84D0AD;
}
.BgClassName
{
background-color: #84D0AD;
}
</style>
border-color css
<style>
span { border-color: #84D0AD; }
span { border-color: rgb(132,208,173); }
td.TdClassName
{
border-color: #84D0AD;
}
.TagClassName
{
border-color: #84D0AD;
}
</style>