Shades of Vista Blue #84D2AD
Tints of Vista Blue #84D2AD
RGB
CMYK
RGB Variations
Color information
#84D2AD (or 0x84D2AD) is known color: Vista Blue. HEX triplet: 84, D2 and AD. RGB value is (132,210,173). Sum of RGB (Red+Green+Blue) = 132+210+173=515 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.63% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 210 - color contains mainly: green. Hex color #84D2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D2AD is #7B2D52. Grayscale: #B6B6B6. Windows color (decimal): -8072531 or 11391620. OLE color: 11391620.
HSL color Cylindrical-coordinate representation of color #84D2AD: hue angle of 151.54º degrees, saturation: 0.46, 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 #84D2AD is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 210 | 173 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.18 |
| HSL | 151.54º | 0.46% | 0.67% | - |
| HSV(B) | 151.54º | 0.37% | 0.82% | - |
| XYZ | 40.11 | 54.02 | 47.85 | - |
| YUV | 182.46 | 122.66 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 210 | 173 | 0.37 | 0 | 0.18 | 0.18 | 151.54 | 0.46 | 0.67 |
| Hex | 84 | D2 | AD | 25 | 0 | 12 | 12 | 98 | 2E | 43 |
| Octal | 204 | 322 | 255 | 45 | 0 | 22 | 22 | 230 | 56 | 103 |
| Binary | 10000100 | 11010010 | 10101101 | 100101 | 0 | 10010 | 10010 | 10011000 | 101110 | 1000011 |
Color Harmonies of #84D2AD
Complementary color
Monochromatic Colors of #84D2AD
Black with #84D2AD
Text Example
Text Example
White with #84D2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D2AD; }
p { color: rgb(132,210,173); }
H1.HeaderClassName
{
color: #84D2AD;
}
.AnyTagClassName
{
color: #84D2AD;
}
</style>
background-color css
<style>
a { background-color: #84D2AD; }
a { background-color: rgb(132,210,173); }
div.DivClassName
{
background-color: #84D2AD;
}
.BgClassName
{
background-color: #84D2AD;
}
</style>
border-color css
<style>
span { border-color: #84D2AD; }
span { border-color: rgb(132,210,173); }
td.TdClassName
{
border-color: #84D2AD;
}
.TagClassName
{
border-color: #84D2AD;
}
</style>