Shades of Vista Blue #84DBB1
Tints of Vista Blue #84DBB1
RGB
CMYK
RGB Variations
Color information
#84DBB1 (or 0x84DBB1) is known color: Vista Blue. HEX triplet: 84, DB and B1. RGB value is (132,219,177). Sum of RGB (Red+Green+Blue) = 132+219+177=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DBB1 is #7B244E. Grayscale: #BCBCBC. Windows color (decimal): -8070223 or 11656068. OLE color: 11656068.
HSL color Cylindrical-coordinate representation of color #84DBB1: hue angle of 151.03º 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 #84DBB1 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 177 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.14 |
| HSL | 151.03º | 0.55% | 0.69% | - |
| HSV(B) | 151.03º | 0.4% | 0.86% | - |
| XYZ | 42.78 | 58.74 | 50.68 | - |
| YUV | 188.2 | 121.68 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 177 | 0.40 | 0 | 0.19 | 0.14 | 151.03 | 0.55 | 0.69 |
| Hex | 84 | DB | B1 | 28 | 0 | 13 | E | 97 | 37 | 45 |
| Octal | 204 | 333 | 261 | 50 | 0 | 23 | 16 | 227 | 67 | 105 |
| Binary | 10000100 | 11011011 | 10110001 | 101000 | 0 | 10011 | 1110 | 10010111 | 110111 | 1000101 |
Color Harmonies of #84DBB1
Complementary color
Monochromatic Colors of #84DBB1
Black with #84DBB1
Text Example
Text Example
White with #84DBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DBB1; }
p { color: rgb(132,219,177); }
H1.HeaderClassName
{
color: #84DBB1;
}
.AnyTagClassName
{
color: #84DBB1;
}
</style>
background-color css
<style>
a { background-color: #84DBB1; }
a { background-color: rgb(132,219,177); }
div.DivClassName
{
background-color: #84DBB1;
}
.BgClassName
{
background-color: #84DBB1;
}
</style>
border-color css
<style>
span { border-color: #84DBB1; }
span { border-color: rgb(132,219,177); }
td.TdClassName
{
border-color: #84DBB1;
}
.TagClassName
{
border-color: #84DBB1;
}
</style>