Shades of Vista Blue #84DBB5
Tints of Vista Blue #84DBB5
RGB
CMYK
RGB Variations
Color information
#84DBB5 (or 0x84DBB5) is known color: Vista Blue. HEX triplet: 84, DB and B5. RGB value is (132,219,181). Sum of RGB (Red+Green+Blue) = 132+219+181=532 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.81% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBB5 is #7B244A. Grayscale: #BCBCBC. Windows color (decimal): -8070219 or 11918212. OLE color: 11918212.
HSL color Cylindrical-coordinate representation of color #84DBB5: hue angle of 153.79º 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 #84DBB5 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 181 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.14 |
| HSL | 153.79º | 0.55% | 0.69% | - |
| HSV(B) | 153.79º | 0.4% | 0.86% | - |
| XYZ | 43.19 | 58.9 | 52.81 | - |
| YUV | 188.66 | 123.68 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 181 | 0.40 | 0 | 0.17 | 0.14 | 153.79 | 0.55 | 0.69 |
| Hex | 84 | DB | B5 | 28 | 0 | 11 | E | 9A | 37 | 45 |
| Octal | 204 | 333 | 265 | 50 | 0 | 21 | 16 | 232 | 67 | 105 |
| Binary | 10000100 | 11011011 | 10110101 | 101000 | 0 | 10001 | 1110 | 10011010 | 110111 | 1000101 |
Color Harmonies of #84DBB5
Complementary color
Monochromatic Colors of #84DBB5
Black with #84DBB5
Text Example
Text Example
White with #84DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DBB5; }
p { color: rgb(132,219,181); }
H1.HeaderClassName
{
color: #84DBB5;
}
.AnyTagClassName
{
color: #84DBB5;
}
</style>
background-color css
<style>
a { background-color: #84DBB5; }
a { background-color: rgb(132,219,181); }
div.DivClassName
{
background-color: #84DBB5;
}
.BgClassName
{
background-color: #84DBB5;
}
</style>
border-color css
<style>
span { border-color: #84DBB5; }
span { border-color: rgb(132,219,181); }
td.TdClassName
{
border-color: #84DBB5;
}
.TagClassName
{
border-color: #84DBB5;
}
</style>