Shades of Vista Blue #82DFB0
Tints of Vista Blue #82DFB0
RGB
CMYK
RGB Variations
Color information
#82DFB0 (or 0x82DFB0) is known color: Vista Blue. HEX triplet: 82, DF and B0. RGB value is (130,223,176). Sum of RGB (Red+Green+Blue) = 130+223+176=529 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.57% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #82DFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DFB0 is #7D204F. Grayscale: #BDBDBD. Windows color (decimal): -8200272 or 11591554. OLE color: 11591554.
HSL color Cylindrical-coordinate representation of color #82DFB0: hue angle of 149.68º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82DFB0 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 176 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.13 |
| HSL | 149.68º | 0.59% | 0.69% | - |
| HSV(B) | 149.68º | 0.42% | 0.87% | - |
| XYZ | 43.43 | 60.66 | 50.49 | - |
| YUV | 189.84 | 120.19 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 176 | 0.42 | 0 | 0.21 | 0.13 | 149.68 | 0.59 | 0.69 |
| Hex | 82 | DF | B0 | 2A | 0 | 15 | D | 96 | 3B | 45 |
| Octal | 202 | 337 | 260 | 52 | 0 | 25 | 15 | 226 | 73 | 105 |
| Binary | 10000010 | 11011111 | 10110000 | 101010 | 0 | 10101 | 1101 | 10010110 | 111011 | 1000101 |
Color Harmonies of #82DFB0
Complementary color
Monochromatic Colors of #82DFB0
Black with #82DFB0
Text Example
Text Example
White with #82DFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DFB0; }
p { color: rgb(130,223,176); }
H1.HeaderClassName
{
color: #82DFB0;
}
.AnyTagClassName
{
color: #82DFB0;
}
</style>
background-color css
<style>
a { background-color: #82DFB0; }
a { background-color: rgb(130,223,176); }
div.DivClassName
{
background-color: #82DFB0;
}
.BgClassName
{
background-color: #82DFB0;
}
</style>
border-color css
<style>
span { border-color: #82DFB0; }
span { border-color: rgb(130,223,176); }
td.TdClassName
{
border-color: #82DFB0;
}
.TagClassName
{
border-color: #82DFB0;
}
</style>