Shades of Vista Blue #84DFB0
Tints of Vista Blue #84DFB0
RGB
CMYK
RGB Variations
Color information
#84DFB0 (or 0x84DFB0) is known color: Vista Blue. HEX triplet: 84, DF and B0. RGB value is (132,223,176). Sum of RGB (Red+Green+Blue) = 132+223+176=531 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.86% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DFB0 is #7B204F. Grayscale: #BEBEBE. Windows color (decimal): -8069200 or 11591556. OLE color: 11591556.
HSL color Cylindrical-coordinate representation of color #84DFB0: hue angle of 149.01º 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 #84DFB0 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 223 | 176 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.13 |
| HSL | 149.01º | 0.59% | 0.7% | - |
| HSV(B) | 149.01º | 0.41% | 0.87% | - |
| XYZ | 43.74 | 60.82 | 50.51 | - |
| YUV | 190.43 | 119.85 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 176 | 0.41 | 0 | 0.21 | 0.13 | 149.01 | 0.59 | 0.7 |
| Hex | 84 | DF | B0 | 29 | 0 | 15 | D | 95 | 3B | 46 |
| Octal | 204 | 337 | 260 | 51 | 0 | 25 | 15 | 225 | 73 | 106 |
| Binary | 10000100 | 11011111 | 10110000 | 101001 | 0 | 10101 | 1101 | 10010101 | 111011 | 1000110 |
Color Harmonies of #84DFB0
Complementary color
Monochromatic Colors of #84DFB0
Black with #84DFB0
Text Example
Text Example
White with #84DFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DFB0; }
p { color: rgb(132,223,176); }
H1.HeaderClassName
{
color: #84DFB0;
}
.AnyTagClassName
{
color: #84DFB0;
}
</style>
background-color css
<style>
a { background-color: #84DFB0; }
a { background-color: rgb(132,223,176); }
div.DivClassName
{
background-color: #84DFB0;
}
.BgClassName
{
background-color: #84DFB0;
}
</style>
border-color css
<style>
span { border-color: #84DFB0; }
span { border-color: rgb(132,223,176); }
td.TdClassName
{
border-color: #84DFB0;
}
.TagClassName
{
border-color: #84DFB0;
}
</style>