Shades of Vista Blue #84DDB5
Tints of Vista Blue #84DDB5
RGB
CMYK
RGB Variations
Color information
#84DDB5 (or 0x84DDB5) is known color: Vista Blue. HEX triplet: 84, DD and B5. RGB value is (132,221,181). Sum of RGB (Red+Green+Blue) = 132+221+181=534 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.72% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDB5 is #7B224A. Grayscale: #BDBDBD. Windows color (decimal): -8069707 or 11918724. OLE color: 11918724.
HSL color Cylindrical-coordinate representation of color #84DDB5: hue angle of 153.03º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DDB5 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 181 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.13 |
| HSL | 153.03º | 0.57% | 0.69% | - |
| HSV(B) | 153.03º | 0.4% | 0.87% | - |
| XYZ | 43.71 | 59.95 | 52.98 | - |
| YUV | 189.83 | 123.01 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 181 | 0.40 | 0 | 0.18 | 0.13 | 153.03 | 0.57 | 0.69 |
| Hex | 84 | DD | B5 | 28 | 0 | 12 | D | 99 | 39 | 45 |
| Octal | 204 | 335 | 265 | 50 | 0 | 22 | 15 | 231 | 71 | 105 |
| Binary | 10000100 | 11011101 | 10110101 | 101000 | 0 | 10010 | 1101 | 10011001 | 111001 | 1000101 |
Color Harmonies of #84DDB5
Complementary color
Monochromatic Colors of #84DDB5
Black with #84DDB5
Text Example
Text Example
White with #84DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DDB5; }
p { color: rgb(132,221,181); }
H1.HeaderClassName
{
color: #84DDB5;
}
.AnyTagClassName
{
color: #84DDB5;
}
</style>
background-color css
<style>
a { background-color: #84DDB5; }
a { background-color: rgb(132,221,181); }
div.DivClassName
{
background-color: #84DDB5;
}
.BgClassName
{
background-color: #84DDB5;
}
</style>
border-color css
<style>
span { border-color: #84DDB5; }
span { border-color: rgb(132,221,181); }
td.TdClassName
{
border-color: #84DDB5;
}
.TagClassName
{
border-color: #84DDB5;
}
</style>