Shades of Vista Blue #84DCB2
Tints of Vista Blue #84DCB2
RGB
CMYK
RGB Variations
Color information
#84DCB2 (or 0x84DCB2) is known color: Vista Blue. HEX triplet: 84, DC and B2. RGB value is (132,220,178). Sum of RGB (Red+Green+Blue) = 132+220+178=530 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.91% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #84DCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DCB2 is #7B234D. Grayscale: #BCBCBC. Windows color (decimal): -8069966 or 11721860. OLE color: 11721860.
HSL color Cylindrical-coordinate representation of color #84DCB2: hue angle of 151.36º 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 #84DCB2 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 178 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.14 |
| HSL | 151.36º | 0.56% | 0.69% | - |
| HSV(B) | 151.36º | 0.4% | 0.86% | - |
| XYZ | 43.14 | 59.31 | 51.29 | - |
| YUV | 188.9 | 121.85 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 178 | 0.40 | 0 | 0.19 | 0.14 | 151.36 | 0.56 | 0.69 |
| Hex | 84 | DC | B2 | 28 | 0 | 13 | E | 97 | 38 | 45 |
| Octal | 204 | 334 | 262 | 50 | 0 | 23 | 16 | 227 | 70 | 105 |
| Binary | 10000100 | 11011100 | 10110010 | 101000 | 0 | 10011 | 1110 | 10010111 | 111000 | 1000101 |
Color Harmonies of #84DCB2
Complementary color
Monochromatic Colors of #84DCB2
Black with #84DCB2
Text Example
Text Example
White with #84DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DCB2; }
p { color: rgb(132,220,178); }
H1.HeaderClassName
{
color: #84DCB2;
}
.AnyTagClassName
{
color: #84DCB2;
}
</style>
background-color css
<style>
a { background-color: #84DCB2; }
a { background-color: rgb(132,220,178); }
div.DivClassName
{
background-color: #84DCB2;
}
.BgClassName
{
background-color: #84DCB2;
}
</style>
border-color css
<style>
span { border-color: #84DCB2; }
span { border-color: rgb(132,220,178); }
td.TdClassName
{
border-color: #84DCB2;
}
.TagClassName
{
border-color: #84DCB2;
}
</style>