Shades of Vista Blue #82DCB1
Tints of Vista Blue #82DCB1
RGB
CMYK
RGB Variations
Color information
#82DCB1 (or 0x82DCB1) is known color: Vista Blue. HEX triplet: 82, DC and B1. RGB value is (130,220,177). Sum of RGB (Red+Green+Blue) = 130+220+177=527 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.67% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #82DCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DCB1 is #7D234E. Grayscale: #BCBCBC. Windows color (decimal): -8201039 or 11656322. OLE color: 11656322.
HSL color Cylindrical-coordinate representation of color #82DCB1: hue angle of 151.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 #82DCB1 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 220 | 177 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.14 |
| HSL | 151.33º | 0.56% | 0.69% | - |
| HSV(B) | 151.33º | 0.41% | 0.86% | - |
| XYZ | 42.73 | 59.11 | 50.75 | - |
| YUV | 188.19 | 121.68 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 220 | 177 | 0.41 | 0 | 0.20 | 0.14 | 151.33 | 0.56 | 0.69 |
| Hex | 82 | DC | B1 | 29 | 0 | 14 | E | 97 | 38 | 45 |
| Octal | 202 | 334 | 261 | 51 | 0 | 24 | 16 | 227 | 70 | 105 |
| Binary | 10000010 | 11011100 | 10110001 | 101001 | 0 | 10100 | 1110 | 10010111 | 111000 | 1000101 |
Color Harmonies of #82DCB1
Complementary color
Monochromatic Colors of #82DCB1
Black with #82DCB1
Text Example
Text Example
White with #82DCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DCB1; }
p { color: rgb(130,220,177); }
H1.HeaderClassName
{
color: #82DCB1;
}
.AnyTagClassName
{
color: #82DCB1;
}
</style>
background-color css
<style>
a { background-color: #82DCB1; }
a { background-color: rgb(130,220,177); }
div.DivClassName
{
background-color: #82DCB1;
}
.BgClassName
{
background-color: #82DCB1;
}
</style>
border-color css
<style>
span { border-color: #82DCB1; }
span { border-color: rgb(130,220,177); }
td.TdClassName
{
border-color: #82DCB1;
}
.TagClassName
{
border-color: #82DCB1;
}
</style>