Shades of Vista Blue #84D8AC
Tints of Vista Blue #84D8AC
RGB
CMYK
RGB Variations
Color information
#84D8AC (or 0x84D8AC) is known color: Vista Blue. HEX triplet: 84, D8 and AC. RGB value is (132,216,172). Sum of RGB (Red+Green+Blue) = 132+216+172=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #84D8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D8AC is #7B2753. Grayscale: #B9B9B9. Windows color (decimal): -8070996 or 11327620. OLE color: 11327620.
HSL color Cylindrical-coordinate representation of color #84D8AC: hue angle of 148.57º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D8AC is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 216 | 172 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.15 |
| HSL | 148.57º | 0.52% | 0.68% | - |
| HSV(B) | 148.57º | 0.39% | 0.85% | - |
| XYZ | 41.52 | 57 | 47.84 | - |
| YUV | 185.87 | 120.17 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 216 | 172 | 0.39 | 0 | 0.20 | 0.15 | 148.57 | 0.52 | 0.68 |
| Hex | 84 | D8 | AC | 27 | 0 | 14 | F | 95 | 34 | 44 |
| Octal | 204 | 330 | 254 | 47 | 0 | 24 | 17 | 225 | 64 | 104 |
| Binary | 10000100 | 11011000 | 10101100 | 100111 | 0 | 10100 | 1111 | 10010101 | 110100 | 1000100 |
Color Harmonies of #84D8AC
Complementary color
Monochromatic Colors of #84D8AC
Black with #84D8AC
Text Example
Text Example
White with #84D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D8AC; }
p { color: rgb(132,216,172); }
H1.HeaderClassName
{
color: #84D8AC;
}
.AnyTagClassName
{
color: #84D8AC;
}
</style>
background-color css
<style>
a { background-color: #84D8AC; }
a { background-color: rgb(132,216,172); }
div.DivClassName
{
background-color: #84D8AC;
}
.BgClassName
{
background-color: #84D8AC;
}
</style>
border-color css
<style>
span { border-color: #84D8AC; }
span { border-color: rgb(132,216,172); }
td.TdClassName
{
border-color: #84D8AC;
}
.TagClassName
{
border-color: #84D8AC;
}
</style>