Shades of Vista Blue #84D2AF
Tints of Vista Blue #84D2AF
RGB
CMYK
RGB Variations
Color information
#84D2AF (or 0x84D2AF) is known color: Vista Blue. HEX triplet: 84, D2 and AF. RGB value is (132,210,175). Sum of RGB (Red+Green+Blue) = 132+210+175=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #84D2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D2AF is #7B2D50. Grayscale: #B6B6B6. Windows color (decimal): -8072529 or 11522692. OLE color: 11522692.
HSL color Cylindrical-coordinate representation of color #84D2AF: hue angle of 153.08º 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 #84D2AF is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 210 | 175 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.18 |
| HSL | 153.08º | 0.46% | 0.67% | - |
| HSV(B) | 153.08º | 0.37% | 0.82% | - |
| XYZ | 40.3 | 54.09 | 48.87 | - |
| YUV | 182.69 | 123.66 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 210 | 175 | 0.37 | 0 | 0.17 | 0.18 | 153.08 | 0.46 | 0.67 |
| Hex | 84 | D2 | AF | 25 | 0 | 11 | 12 | 99 | 2E | 43 |
| Octal | 204 | 322 | 257 | 45 | 0 | 21 | 22 | 231 | 56 | 103 |
| Binary | 10000100 | 11010010 | 10101111 | 100101 | 0 | 10001 | 10010 | 10011001 | 101110 | 1000011 |
Color Harmonies of #84D2AF
Complementary color
Monochromatic Colors of #84D2AF
Black with #84D2AF
Text Example
Text Example
White with #84D2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D2AF; }
p { color: rgb(132,210,175); }
H1.HeaderClassName
{
color: #84D2AF;
}
.AnyTagClassName
{
color: #84D2AF;
}
</style>
background-color css
<style>
a { background-color: #84D2AF; }
a { background-color: rgb(132,210,175); }
div.DivClassName
{
background-color: #84D2AF;
}
.BgClassName
{
background-color: #84D2AF;
}
</style>
border-color css
<style>
span { border-color: #84D2AF; }
span { border-color: rgb(132,210,175); }
td.TdClassName
{
border-color: #84D2AF;
}
.TagClassName
{
border-color: #84D2AF;
}
</style>