Shades of Vista Blue #84DBB0
Tints of Vista Blue #84DBB0
RGB
CMYK
RGB Variations
Color information
#84DBB0 (or 0x84DBB0) is known color: Vista Blue. HEX triplet: 84, DB and B0. RGB value is (132,219,176). Sum of RGB (Red+Green+Blue) = 132+219+176=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DBB0 is #7B244F. Grayscale: #BCBCBC. Windows color (decimal): -8070224 or 11590532. OLE color: 11590532.
HSL color Cylindrical-coordinate representation of color #84DBB0: hue angle of 150.34º degrees, saturation: 0.55, 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 #84DBB0 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 176 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.14 |
| HSL | 150.34º | 0.55% | 0.69% | - |
| HSV(B) | 150.34º | 0.4% | 0.86% | - |
| XYZ | 42.68 | 58.7 | 50.16 | - |
| YUV | 188.09 | 121.18 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 176 | 0.40 | 0 | 0.20 | 0.14 | 150.34 | 0.55 | 0.69 |
| Hex | 84 | DB | B0 | 28 | 0 | 14 | E | 96 | 37 | 45 |
| Octal | 204 | 333 | 260 | 50 | 0 | 24 | 16 | 226 | 67 | 105 |
| Binary | 10000100 | 11011011 | 10110000 | 101000 | 0 | 10100 | 1110 | 10010110 | 110111 | 1000101 |
Color Harmonies of #84DBB0
Complementary color
Monochromatic Colors of #84DBB0
Black with #84DBB0
Text Example
Text Example
White with #84DBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DBB0; }
p { color: rgb(132,219,176); }
H1.HeaderClassName
{
color: #84DBB0;
}
.AnyTagClassName
{
color: #84DBB0;
}
</style>
background-color css
<style>
a { background-color: #84DBB0; }
a { background-color: rgb(132,219,176); }
div.DivClassName
{
background-color: #84DBB0;
}
.BgClassName
{
background-color: #84DBB0;
}
</style>
border-color css
<style>
span { border-color: #84DBB0; }
span { border-color: rgb(132,219,176); }
td.TdClassName
{
border-color: #84DBB0;
}
.TagClassName
{
border-color: #84DBB0;
}
</style>