Shades of Vista Blue #84DFB1
Tints of Vista Blue #84DFB1
RGB
CMYK
RGB Variations
Color information
#84DFB1 (or 0x84DFB1) is known color: Vista Blue. HEX triplet: 84, DF and B1. RGB value is (132,223,177). Sum of RGB (Red+Green+Blue) = 132+223+177=532 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.81% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DFB1 is #7B204E. Grayscale: #BEBEBE. Windows color (decimal): -8069199 or 11657092. OLE color: 11657092.
HSL color Cylindrical-coordinate representation of color #84DFB1: hue angle of 149.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DFB1 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 223 | 177 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.13 |
| HSL | 149.67º | 0.59% | 0.7% | - |
| HSV(B) | 149.67º | 0.41% | 0.87% | - |
| XYZ | 43.84 | 60.86 | 51.03 | - |
| YUV | 190.55 | 120.35 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 177 | 0.41 | 0 | 0.21 | 0.13 | 149.67 | 0.59 | 0.7 |
| Hex | 84 | DF | B1 | 29 | 0 | 15 | D | 96 | 3B | 46 |
| Octal | 204 | 337 | 261 | 51 | 0 | 25 | 15 | 226 | 73 | 106 |
| Binary | 10000100 | 11011111 | 10110001 | 101001 | 0 | 10101 | 1101 | 10010110 | 111011 | 1000110 |
Color Harmonies of #84DFB1
Complementary color
Monochromatic Colors of #84DFB1
Black with #84DFB1
Text Example
Text Example
White with #84DFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DFB1; }
p { color: rgb(132,223,177); }
H1.HeaderClassName
{
color: #84DFB1;
}
.AnyTagClassName
{
color: #84DFB1;
}
</style>
background-color css
<style>
a { background-color: #84DFB1; }
a { background-color: rgb(132,223,177); }
div.DivClassName
{
background-color: #84DFB1;
}
.BgClassName
{
background-color: #84DFB1;
}
</style>
border-color css
<style>
span { border-color: #84DFB1; }
span { border-color: rgb(132,223,177); }
td.TdClassName
{
border-color: #84DFB1;
}
.TagClassName
{
border-color: #84DFB1;
}
</style>