Shades of Vista Blue #82DBAC
Tints of Vista Blue #82DBAC
RGB
CMYK
RGB Variations
Color information
#82DBAC (or 0x82DBAC) is known color: Vista Blue. HEX triplet: 82, DB and AC. RGB value is (130,219,172). Sum of RGB (Red+Green+Blue) = 130+219+172=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #82DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DBAC is #7D2453. Grayscale: #BBBBBB. Windows color (decimal): -8201300 or 11328386. OLE color: 11328386.
HSL color Cylindrical-coordinate representation of color #82DBAC: hue angle of 148.31º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DBAC is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 219 | 172 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.14 |
| HSL | 148.31º | 0.55% | 0.68% | - |
| HSV(B) | 148.31º | 0.41% | 0.86% | - |
| XYZ | 41.98 | 58.39 | 48.09 | - |
| YUV | 187.03 | 119.51 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 219 | 172 | 0.41 | 0 | 0.21 | 0.14 | 148.31 | 0.55 | 0.68 |
| Hex | 82 | DB | AC | 29 | 0 | 15 | E | 94 | 37 | 44 |
| Octal | 202 | 333 | 254 | 51 | 0 | 25 | 16 | 224 | 67 | 104 |
| Binary | 10000010 | 11011011 | 10101100 | 101001 | 0 | 10101 | 1110 | 10010100 | 110111 | 1000100 |
Color Harmonies of #82DBAC
Complementary color
Monochromatic Colors of #82DBAC
Black with #82DBAC
Text Example
Text Example
White with #82DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DBAC; }
p { color: rgb(130,219,172); }
H1.HeaderClassName
{
color: #82DBAC;
}
.AnyTagClassName
{
color: #82DBAC;
}
</style>
background-color css
<style>
a { background-color: #82DBAC; }
a { background-color: rgb(130,219,172); }
div.DivClassName
{
background-color: #82DBAC;
}
.BgClassName
{
background-color: #82DBAC;
}
</style>
border-color css
<style>
span { border-color: #82DBAC; }
span { border-color: rgb(130,219,172); }
td.TdClassName
{
border-color: #82DBAC;
}
.TagClassName
{
border-color: #82DBAC;
}
</style>