Shades of Vista Blue #84DAB0
Tints of Vista Blue #84DAB0
RGB
CMYK
RGB Variations
Color information
#84DAB0 (or 0x84DAB0) is known color: Vista Blue. HEX triplet: 84, DA and B0. RGB value is (132,218,176). Sum of RGB (Red+Green+Blue) = 132+218+176=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #84DAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DAB0 is #7B254F. Grayscale: #BBBBBB. Windows color (decimal): -8070480 or 11590276. OLE color: 11590276.
HSL color Cylindrical-coordinate representation of color #84DAB0: hue angle of 150.7º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84DAB0 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 218 | 176 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.15 |
| HSL | 150.7º | 0.54% | 0.69% | - |
| HSV(B) | 150.7º | 0.39% | 0.85% | - |
| XYZ | 42.42 | 58.18 | 50.07 | - |
| YUV | 187.5 | 121.51 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 218 | 176 | 0.39 | 0 | 0.19 | 0.15 | 150.7 | 0.54 | 0.69 |
| Hex | 84 | DA | B0 | 27 | 0 | 13 | F | 97 | 36 | 45 |
| Octal | 204 | 332 | 260 | 47 | 0 | 23 | 17 | 227 | 66 | 105 |
| Binary | 10000100 | 11011010 | 10110000 | 100111 | 0 | 10011 | 1111 | 10010111 | 110110 | 1000101 |
Color Harmonies of #84DAB0
Complementary color
Monochromatic Colors of #84DAB0
Black with #84DAB0
Text Example
Text Example
White with #84DAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DAB0; }
p { color: rgb(132,218,176); }
H1.HeaderClassName
{
color: #84DAB0;
}
.AnyTagClassName
{
color: #84DAB0;
}
</style>
background-color css
<style>
a { background-color: #84DAB0; }
a { background-color: rgb(132,218,176); }
div.DivClassName
{
background-color: #84DAB0;
}
.BgClassName
{
background-color: #84DAB0;
}
</style>
border-color css
<style>
span { border-color: #84DAB0; }
span { border-color: rgb(132,218,176); }
td.TdClassName
{
border-color: #84DAB0;
}
.TagClassName
{
border-color: #84DAB0;
}
</style>