Shades of Vista Blue #82DCB3
Tints of Vista Blue #82DCB3
RGB
CMYK
RGB Variations
Color information
#82DCB3 (or 0x82DCB3) is known color: Vista Blue. HEX triplet: 82, DC and B3. RGB value is (130,220,179). Sum of RGB (Red+Green+Blue) = 130+220+179=529 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.57% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #82DCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DCB3 is #7D234C. Grayscale: #BCBCBC. Windows color (decimal): -8201037 or 11787394. OLE color: 11787394.
HSL color Cylindrical-coordinate representation of color #82DCB3: hue angle of 152.67º 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 #82DCB3 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 220 | 179 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.14 |
| HSL | 152.67º | 0.56% | 0.69% | - |
| HSV(B) | 152.67º | 0.41% | 0.86% | - |
| XYZ | 42.94 | 59.19 | 51.81 | - |
| YUV | 188.42 | 122.68 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 220 | 179 | 0.41 | 0 | 0.19 | 0.14 | 152.67 | 0.56 | 0.69 |
| Hex | 82 | DC | B3 | 29 | 0 | 13 | E | 99 | 38 | 45 |
| Octal | 202 | 334 | 263 | 51 | 0 | 23 | 16 | 231 | 70 | 105 |
| Binary | 10000010 | 11011100 | 10110011 | 101001 | 0 | 10011 | 1110 | 10011001 | 111000 | 1000101 |
Color Harmonies of #82DCB3
Complementary color
Monochromatic Colors of #82DCB3
Black with #82DCB3
Text Example
Text Example
White with #82DCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DCB3; }
p { color: rgb(130,220,179); }
H1.HeaderClassName
{
color: #82DCB3;
}
.AnyTagClassName
{
color: #82DCB3;
}
</style>
background-color css
<style>
a { background-color: #82DCB3; }
a { background-color: rgb(130,220,179); }
div.DivClassName
{
background-color: #82DCB3;
}
.BgClassName
{
background-color: #82DCB3;
}
</style>
border-color css
<style>
span { border-color: #82DCB3; }
span { border-color: rgb(130,220,179); }
td.TdClassName
{
border-color: #82DCB3;
}
.TagClassName
{
border-color: #82DCB3;
}
</style>