Shades of Vista Blue #82DCB2
Tints of Vista Blue #82DCB2
RGB
CMYK
RGB Variations
Color information
#82DCB2 (or 0x82DCB2) is known color: Vista Blue. HEX triplet: 82, DC and B2. RGB value is (130,220,178). Sum of RGB (Red+Green+Blue) = 130+220+178=528 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.62% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #82DCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DCB2 is #7D234D. Grayscale: #BCBCBC. Windows color (decimal): -8201038 or 11721858. OLE color: 11721858.
HSL color Cylindrical-coordinate representation of color #82DCB2: hue angle of 152º 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 #82DCB2 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 220 | 178 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.14 |
| HSL | 152º | 0.56% | 0.69% | - |
| HSV(B) | 152º | 0.41% | 0.86% | - |
| XYZ | 42.84 | 59.15 | 51.28 | - |
| YUV | 188.3 | 122.18 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 220 | 178 | 0.41 | 0 | 0.19 | 0.14 | 152 | 0.56 | 0.69 |
| Hex | 82 | DC | B2 | 29 | 0 | 13 | E | 98 | 38 | 45 |
| Octal | 202 | 334 | 262 | 51 | 0 | 23 | 16 | 230 | 70 | 105 |
| Binary | 10000010 | 11011100 | 10110010 | 101001 | 0 | 10011 | 1110 | 10011000 | 111000 | 1000101 |
Color Harmonies of #82DCB2
Complementary color
Monochromatic Colors of #82DCB2
Black with #82DCB2
Text Example
Text Example
White with #82DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DCB2; }
p { color: rgb(130,220,178); }
H1.HeaderClassName
{
color: #82DCB2;
}
.AnyTagClassName
{
color: #82DCB2;
}
</style>
background-color css
<style>
a { background-color: #82DCB2; }
a { background-color: rgb(130,220,178); }
div.DivClassName
{
background-color: #82DCB2;
}
.BgClassName
{
background-color: #82DCB2;
}
</style>
border-color css
<style>
span { border-color: #82DCB2; }
span { border-color: rgb(130,220,178); }
td.TdClassName
{
border-color: #82DCB2;
}
.TagClassName
{
border-color: #82DCB2;
}
</style>