Shades of Vista Blue #82CEA4
Tints of Vista Blue #82CEA4
RGB
CMYK
RGB Variations
Color information
#82CEA4 (or 0x82CEA4) is known color: Vista Blue. HEX triplet: 82, CE and A4. RGB value is (130,206,164). Sum of RGB (Red+Green+Blue) = 130+206+164=500 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #82CEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CEA4 is #7D315B. Grayscale: #B2B2B2. Windows color (decimal): -8204636 or 10800770. OLE color: 10800770.
HSL color Cylindrical-coordinate representation of color #82CEA4: hue angle of 146.84º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CEA4 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 206 | 164 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.19 |
| HSL | 146.84º | 0.44% | 0.66% | - |
| HSV(B) | 146.84º | 0.37% | 0.81% | - |
| XYZ | 37.98 | 51.57 | 43.07 | - |
| YUV | 178.49 | 119.82 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 164 | 0.37 | 0 | 0.20 | 0.19 | 146.84 | 0.44 | 0.66 |
| Hex | 82 | CE | A4 | 25 | 0 | 14 | 13 | 93 | 2C | 42 |
| Octal | 202 | 316 | 244 | 45 | 0 | 24 | 23 | 223 | 54 | 102 |
| Binary | 10000010 | 11001110 | 10100100 | 100101 | 0 | 10100 | 10011 | 10010011 | 101100 | 1000010 |
Color Harmonies of #82CEA4
Complementary color
Monochromatic Colors of #82CEA4
Black with #82CEA4
Text Example
Text Example
White with #82CEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CEA4; }
p { color: rgb(130,206,164); }
H1.HeaderClassName
{
color: #82CEA4;
}
.AnyTagClassName
{
color: #82CEA4;
}
</style>
background-color css
<style>
a { background-color: #82CEA4; }
a { background-color: rgb(130,206,164); }
div.DivClassName
{
background-color: #82CEA4;
}
.BgClassName
{
background-color: #82CEA4;
}
</style>
border-color css
<style>
span { border-color: #82CEA4; }
span { border-color: rgb(130,206,164); }
td.TdClassName
{
border-color: #82CEA4;
}
.TagClassName
{
border-color: #82CEA4;
}
</style>