Shades of Vista Blue #82CEA8
Tints of Vista Blue #82CEA8
RGB
CMYK
RGB Variations
Color information
#82CEA8 (or 0x82CEA8) is known color: Vista Blue. HEX triplet: 82, CE and A8. RGB value is (130,206,168). Sum of RGB (Red+Green+Blue) = 130+206+168=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #82CEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CEA8 is #7D3157. Grayscale: #B3B3B3. Windows color (decimal): -8204632 or 11062914. OLE color: 11062914.
HSL color Cylindrical-coordinate representation of color #82CEA8: hue angle of 150º 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 #82CEA8 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 206 | 168 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.19 |
| HSL | 150º | 0.44% | 0.66% | - |
| HSV(B) | 150º | 0.37% | 0.81% | - |
| XYZ | 38.35 | 51.72 | 45.01 | - |
| YUV | 178.94 | 121.82 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 168 | 0.37 | 0 | 0.18 | 0.19 | 150 | 0.44 | 0.66 |
| Hex | 82 | CE | A8 | 25 | 0 | 12 | 13 | 96 | 2C | 42 |
| Octal | 202 | 316 | 250 | 45 | 0 | 22 | 23 | 226 | 54 | 102 |
| Binary | 10000010 | 11001110 | 10101000 | 100101 | 0 | 10010 | 10011 | 10010110 | 101100 | 1000010 |
Color Harmonies of #82CEA8
Complementary color
Monochromatic Colors of #82CEA8
Black with #82CEA8
Text Example
Text Example
White with #82CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CEA8; }
p { color: rgb(130,206,168); }
H1.HeaderClassName
{
color: #82CEA8;
}
.AnyTagClassName
{
color: #82CEA8;
}
</style>
background-color css
<style>
a { background-color: #82CEA8; }
a { background-color: rgb(130,206,168); }
div.DivClassName
{
background-color: #82CEA8;
}
.BgClassName
{
background-color: #82CEA8;
}
</style>
border-color css
<style>
span { border-color: #82CEA8; }
span { border-color: rgb(130,206,168); }
td.TdClassName
{
border-color: #82CEA8;
}
.TagClassName
{
border-color: #82CEA8;
}
</style>