Shades of Vista Blue #84DDAF
Tints of Vista Blue #84DDAF
RGB
CMYK
RGB Variations
Color information
#84DDAF (or 0x84DDAF) is known color: Vista Blue. HEX triplet: 84, DD and AF. RGB value is (132,221,175). Sum of RGB (Red+Green+Blue) = 132+221+175=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DDAF is #7B2250. Grayscale: #BDBDBD. Windows color (decimal): -8069713 or 11525508. OLE color: 11525508.
HSL color Cylindrical-coordinate representation of color #84DDAF: hue angle of 148.99º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DDAF is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 175 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.13 |
| HSL | 148.99º | 0.57% | 0.69% | - |
| HSV(B) | 148.99º | 0.4% | 0.87% | - |
| XYZ | 43.11 | 59.71 | 49.81 | - |
| YUV | 189.15 | 120.01 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 175 | 0.40 | 0 | 0.21 | 0.13 | 148.99 | 0.57 | 0.69 |
| Hex | 84 | DD | AF | 28 | 0 | 15 | D | 95 | 39 | 45 |
| Octal | 204 | 335 | 257 | 50 | 0 | 25 | 15 | 225 | 71 | 105 |
| Binary | 10000100 | 11011101 | 10101111 | 101000 | 0 | 10101 | 1101 | 10010101 | 111001 | 1000101 |
Color Harmonies of #84DDAF
Complementary color
Monochromatic Colors of #84DDAF
Black with #84DDAF
Text Example
Text Example
White with #84DDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DDAF; }
p { color: rgb(132,221,175); }
H1.HeaderClassName
{
color: #84DDAF;
}
.AnyTagClassName
{
color: #84DDAF;
}
</style>
background-color css
<style>
a { background-color: #84DDAF; }
a { background-color: rgb(132,221,175); }
div.DivClassName
{
background-color: #84DDAF;
}
.BgClassName
{
background-color: #84DDAF;
}
</style>
border-color css
<style>
span { border-color: #84DDAF; }
span { border-color: rgb(132,221,175); }
td.TdClassName
{
border-color: #84DDAF;
}
.TagClassName
{
border-color: #84DDAF;
}
</style>