Shades of Vista Blue #82ECAC
Tints of Vista Blue #82ECAC
RGB
CMYK
RGB Variations
Color information
#82ECAC (or 0x82ECAC) is known color: Vista Blue. HEX triplet: 82, EC and AC. RGB value is (130,236,172). Sum of RGB (Red+Green+Blue) = 130+236+172=538 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.16% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #82ECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82ECAC is #7D1353. Grayscale: #C5C5C5. Windows color (decimal): -8196948 or 11332738. OLE color: 11332738.
HSL color Cylindrical-coordinate representation of color #82ECAC: hue angle of 143.77º 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 #82ECAC is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 236 | 172 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.07 |
| HSL | 143.77º | 0.74% | 0.72% | - |
| HSV(B) | 143.77º | 0.45% | 0.93% | - |
| XYZ | 46.65 | 67.72 | 49.64 | - |
| YUV | 197.01 | 113.88 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 236 | 172 | 0.45 | 0 | 0.27 | 0.07 | 143.77 | 0.74 | 0.72 |
| Hex | 82 | EC | AC | 2D | 0 | 1B | 7 | 90 | 4A | 48 |
| Octal | 202 | 354 | 254 | 55 | 0 | 33 | 7 | 220 | 112 | 110 |
| Binary | 10000010 | 11101100 | 10101100 | 101101 | 0 | 11011 | 111 | 10010000 | 1001010 | 1001000 |
Color Harmonies of #82ECAC
Complementary color
Monochromatic Colors of #82ECAC
Black with #82ECAC
Text Example
Text Example
White with #82ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ECAC; }
p { color: rgb(130,236,172); }
H1.HeaderClassName
{
color: #82ECAC;
}
.AnyTagClassName
{
color: #82ECAC;
}
</style>
background-color css
<style>
a { background-color: #82ECAC; }
a { background-color: rgb(130,236,172); }
div.DivClassName
{
background-color: #82ECAC;
}
.BgClassName
{
background-color: #82ECAC;
}
</style>
border-color css
<style>
span { border-color: #82ECAC; }
span { border-color: rgb(130,236,172); }
td.TdClassName
{
border-color: #82ECAC;
}
.TagClassName
{
border-color: #82ECAC;
}
</style>