Shades of Vista Blue #84DCB3
Tints of Vista Blue #84DCB3
RGB
CMYK
RGB Variations
Color information
#84DCB3 (or 0x84DCB3) is known color: Vista Blue. HEX triplet: 84, DC and B3. RGB value is (132,220,179). Sum of RGB (Red+Green+Blue) = 132+220+179=531 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.86% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #84DCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DCB3 is #7B234C. Grayscale: #BDBDBD. Windows color (decimal): -8069965 or 11787396. OLE color: 11787396.
HSL color Cylindrical-coordinate representation of color #84DCB3: hue angle of 152.05º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DCB3 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 179 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.14 |
| HSL | 152.05º | 0.56% | 0.69% | - |
| HSV(B) | 152.05º | 0.4% | 0.86% | - |
| XYZ | 43.25 | 59.35 | 51.82 | - |
| YUV | 189.01 | 122.35 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 179 | 0.40 | 0 | 0.19 | 0.14 | 152.05 | 0.56 | 0.69 |
| Hex | 84 | DC | B3 | 28 | 0 | 13 | E | 98 | 38 | 45 |
| Octal | 204 | 334 | 263 | 50 | 0 | 23 | 16 | 230 | 70 | 105 |
| Binary | 10000100 | 11011100 | 10110011 | 101000 | 0 | 10011 | 1110 | 10011000 | 111000 | 1000101 |
Color Harmonies of #84DCB3
Complementary color
Monochromatic Colors of #84DCB3
Black with #84DCB3
Text Example
Text Example
White with #84DCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DCB3; }
p { color: rgb(132,220,179); }
H1.HeaderClassName
{
color: #84DCB3;
}
.AnyTagClassName
{
color: #84DCB3;
}
</style>
background-color css
<style>
a { background-color: #84DCB3; }
a { background-color: rgb(132,220,179); }
div.DivClassName
{
background-color: #84DCB3;
}
.BgClassName
{
background-color: #84DCB3;
}
</style>
border-color css
<style>
span { border-color: #84DCB3; }
span { border-color: rgb(132,220,179); }
td.TdClassName
{
border-color: #84DCB3;
}
.TagClassName
{
border-color: #84DCB3;
}
</style>