Shades of Vista Blue #82DDB5
Tints of Vista Blue #82DDB5
RGB
CMYK
RGB Variations
Color information
#82DDB5 (or 0x82DDB5) is known color: Vista Blue. HEX triplet: 82, DD and B5. RGB value is (130,221,181). Sum of RGB (Red+Green+Blue) = 130+221+181=532 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.44% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #82DDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DDB5 is #7D224A. Grayscale: #BDBDBD. Windows color (decimal): -8200779 or 11918722. OLE color: 11918722.
HSL color Cylindrical-coordinate representation of color #82DDB5: hue angle of 153.63º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DDB5 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 221 | 181 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.13 |
| HSL | 153.63º | 0.57% | 0.69% | - |
| HSV(B) | 153.63º | 0.41% | 0.87% | - |
| XYZ | 43.4 | 59.79 | 52.97 | - |
| YUV | 189.23 | 123.35 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 221 | 181 | 0.41 | 0 | 0.18 | 0.13 | 153.63 | 0.57 | 0.69 |
| Hex | 82 | DD | B5 | 29 | 0 | 12 | D | 9A | 39 | 45 |
| Octal | 202 | 335 | 265 | 51 | 0 | 22 | 15 | 232 | 71 | 105 |
| Binary | 10000010 | 11011101 | 10110101 | 101001 | 0 | 10010 | 1101 | 10011010 | 111001 | 1000101 |
Color Harmonies of #82DDB5
Complementary color
Monochromatic Colors of #82DDB5
Black with #82DDB5
Text Example
Text Example
White with #82DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DDB5; }
p { color: rgb(130,221,181); }
H1.HeaderClassName
{
color: #82DDB5;
}
.AnyTagClassName
{
color: #82DDB5;
}
</style>
background-color css
<style>
a { background-color: #82DDB5; }
a { background-color: rgb(130,221,181); }
div.DivClassName
{
background-color: #82DDB5;
}
.BgClassName
{
background-color: #82DDB5;
}
</style>
border-color css
<style>
span { border-color: #82DDB5; }
span { border-color: rgb(130,221,181); }
td.TdClassName
{
border-color: #82DDB5;
}
.TagClassName
{
border-color: #82DDB5;
}
</style>