Shades of Vista Blue #84DDB1
Tints of Vista Blue #84DDB1
RGB
CMYK
RGB Variations
Color information
#84DDB1 (or 0x84DDB1) is known color: Vista Blue. HEX triplet: 84, DD and B1. RGB value is (132,221,177). Sum of RGB (Red+Green+Blue) = 132+221+177=530 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.91% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DDB1 is #7B224E. Grayscale: #BDBDBD. Windows color (decimal): -8069711 or 11656580. OLE color: 11656580.
HSL color Cylindrical-coordinate representation of color #84DDB1: hue angle of 150.34º 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 #84DDB1 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 177 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.13 |
| HSL | 150.34º | 0.57% | 0.69% | - |
| HSV(B) | 150.34º | 0.4% | 0.87% | - |
| XYZ | 43.31 | 59.79 | 50.85 | - |
| YUV | 189.37 | 121.01 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 177 | 0.40 | 0 | 0.20 | 0.13 | 150.34 | 0.57 | 0.69 |
| Hex | 84 | DD | B1 | 28 | 0 | 14 | D | 96 | 39 | 45 |
| Octal | 204 | 335 | 261 | 50 | 0 | 24 | 15 | 226 | 71 | 105 |
| Binary | 10000100 | 11011101 | 10110001 | 101000 | 0 | 10100 | 1101 | 10010110 | 111001 | 1000101 |
Color Harmonies of #84DDB1
Complementary color
Monochromatic Colors of #84DDB1
Black with #84DDB1
Text Example
Text Example
White with #84DDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DDB1; }
p { color: rgb(132,221,177); }
H1.HeaderClassName
{
color: #84DDB1;
}
.AnyTagClassName
{
color: #84DDB1;
}
</style>
background-color css
<style>
a { background-color: #84DDB1; }
a { background-color: rgb(132,221,177); }
div.DivClassName
{
background-color: #84DDB1;
}
.BgClassName
{
background-color: #84DDB1;
}
</style>
border-color css
<style>
span { border-color: #84DDB1; }
span { border-color: rgb(132,221,177); }
td.TdClassName
{
border-color: #84DDB1;
}
.TagClassName
{
border-color: #84DDB1;
}
</style>