Shades of Vista Blue #82DDB4
Tints of Vista Blue #82DDB4
RGB
CMYK
RGB Variations
Color information
#82DDB4 (or 0x82DDB4) is known color: Vista Blue. HEX triplet: 82, DD and B4. RGB value is (130,221,180). Sum of RGB (Red+Green+Blue) = 130+221+180=531 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.48% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #82DDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DDB4 is #7D224B. Grayscale: #BDBDBD. Windows color (decimal): -8200780 or 11853186. OLE color: 11853186.
HSL color Cylindrical-coordinate representation of color #82DDB4: hue angle of 152.97º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DDB4 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 221 | 180 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.13 |
| HSL | 152.97º | 0.57% | 0.69% | - |
| HSV(B) | 152.97º | 0.41% | 0.87% | - |
| XYZ | 43.3 | 59.75 | 52.43 | - |
| YUV | 189.12 | 122.85 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 221 | 180 | 0.41 | 0 | 0.19 | 0.13 | 152.97 | 0.57 | 0.69 |
| Hex | 82 | DD | B4 | 29 | 0 | 13 | D | 99 | 39 | 45 |
| Octal | 202 | 335 | 264 | 51 | 0 | 23 | 15 | 231 | 71 | 105 |
| Binary | 10000010 | 11011101 | 10110100 | 101001 | 0 | 10011 | 1101 | 10011001 | 111001 | 1000101 |
Color Harmonies of #82DDB4
Complementary color
Monochromatic Colors of #82DDB4
Black with #82DDB4
Text Example
Text Example
White with #82DDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DDB4; }
p { color: rgb(130,221,180); }
H1.HeaderClassName
{
color: #82DDB4;
}
.AnyTagClassName
{
color: #82DDB4;
}
</style>
background-color css
<style>
a { background-color: #82DDB4; }
a { background-color: rgb(130,221,180); }
div.DivClassName
{
background-color: #82DDB4;
}
.BgClassName
{
background-color: #82DDB4;
}
</style>
border-color css
<style>
span { border-color: #82DDB4; }
span { border-color: rgb(130,221,180); }
td.TdClassName
{
border-color: #82DDB4;
}
.TagClassName
{
border-color: #82DDB4;
}
</style>