Shades of Vista Blue #82ECB5
Tints of Vista Blue #82ECB5
RGB
CMYK
RGB Variations
Color information
#82ECB5 (or 0x82ECB5) is known color: Vista Blue. HEX triplet: 82, EC and B5. RGB value is (130,236,181). Sum of RGB (Red+Green+Blue) = 130+236+181=547 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.77% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #82ECB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82ECB5 is #7D134A. Grayscale: #C6C6C6. Windows color (decimal): -8196939 or 11922562. OLE color: 11922562.
HSL color Cylindrical-coordinate representation of color #82ECB5: hue angle of 148.87º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82ECB5 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 236 | 181 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.07 |
| HSL | 148.87º | 0.74% | 0.72% | - |
| HSV(B) | 148.87º | 0.45% | 0.93% | - |
| XYZ | 47.54 | 68.07 | 54.35 | - |
| YUV | 198.04 | 118.38 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 236 | 181 | 0.45 | 0 | 0.23 | 0.07 | 148.87 | 0.74 | 0.72 |
| Hex | 82 | EC | B5 | 2D | 0 | 17 | 7 | 95 | 4A | 48 |
| Octal | 202 | 354 | 265 | 55 | 0 | 27 | 7 | 225 | 112 | 110 |
| Binary | 10000010 | 11101100 | 10110101 | 101101 | 0 | 10111 | 111 | 10010101 | 1001010 | 1001000 |
Color Harmonies of #82ECB5
Complementary color
Monochromatic Colors of #82ECB5
Black with #82ECB5
Text Example
Text Example
White with #82ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ECB5; }
p { color: rgb(130,236,181); }
H1.HeaderClassName
{
color: #82ECB5;
}
.AnyTagClassName
{
color: #82ECB5;
}
</style>
background-color css
<style>
a { background-color: #82ECB5; }
a { background-color: rgb(130,236,181); }
div.DivClassName
{
background-color: #82ECB5;
}
.BgClassName
{
background-color: #82ECB5;
}
</style>
border-color css
<style>
span { border-color: #82ECB5; }
span { border-color: rgb(130,236,181); }
td.TdClassName
{
border-color: #82ECB5;
}
.TagClassName
{
border-color: #82ECB5;
}
</style>