Shades of Vista Blue #82DCAB
Tints of Vista Blue #82DCAB
RGB
CMYK
RGB Variations
Color information
#82DCAB (or 0x82DCAB) is known color: Vista Blue. HEX triplet: 82, DC and AB. RGB value is (130,220,171). Sum of RGB (Red+Green+Blue) = 130+220+171=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #82DCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DCAB is #7D2354. Grayscale: #BBBBBB. Windows color (decimal): -8201045 or 11263106. OLE color: 11263106.
HSL color Cylindrical-coordinate representation of color #82DCAB: hue angle of 147.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DCAB is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 220 | 171 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.14 |
| HSL | 147.33º | 0.56% | 0.69% | - |
| HSV(B) | 147.33º | 0.41% | 0.86% | - |
| XYZ | 42.15 | 58.87 | 47.67 | - |
| YUV | 187.5 | 118.68 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 220 | 171 | 0.41 | 0 | 0.22 | 0.14 | 147.33 | 0.56 | 0.69 |
| Hex | 82 | DC | AB | 29 | 0 | 16 | E | 93 | 38 | 45 |
| Octal | 202 | 334 | 253 | 51 | 0 | 26 | 16 | 223 | 70 | 105 |
| Binary | 10000010 | 11011100 | 10101011 | 101001 | 0 | 10110 | 1110 | 10010011 | 111000 | 1000101 |
Color Harmonies of #82DCAB
Complementary color
Monochromatic Colors of #82DCAB
Black with #82DCAB
Text Example
Text Example
White with #82DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DCAB; }
p { color: rgb(130,220,171); }
H1.HeaderClassName
{
color: #82DCAB;
}
.AnyTagClassName
{
color: #82DCAB;
}
</style>
background-color css
<style>
a { background-color: #82DCAB; }
a { background-color: rgb(130,220,171); }
div.DivClassName
{
background-color: #82DCAB;
}
.BgClassName
{
background-color: #82DCAB;
}
</style>
border-color css
<style>
span { border-color: #82DCAB; }
span { border-color: rgb(130,220,171); }
td.TdClassName
{
border-color: #82DCAB;
}
.TagClassName
{
border-color: #82DCAB;
}
</style>