Shades of Vista Blue #82DFAC
Tints of Vista Blue #82DFAC
RGB
CMYK
RGB Variations
Color information
#82DFAC (or 0x82DFAC) is known color: Vista Blue. HEX triplet: 82, DF and AC. RGB value is (130,223,172). Sum of RGB (Red+Green+Blue) = 130+223+172=525 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.76% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #82DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DFAC is #7D2053. Grayscale: #BDBDBD. Windows color (decimal): -8200276 or 11329410. OLE color: 11329410.
HSL color Cylindrical-coordinate representation of color #82DFAC: hue angle of 147.1º 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 #82DFAC is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 172 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.13 |
| HSL | 147.1º | 0.59% | 0.69% | - |
| HSV(B) | 147.1º | 0.42% | 0.87% | - |
| XYZ | 43.04 | 60.5 | 48.44 | - |
| YUV | 189.38 | 118.19 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 172 | 0.42 | 0 | 0.23 | 0.13 | 147.1 | 0.59 | 0.69 |
| Hex | 82 | DF | AC | 2A | 0 | 17 | D | 93 | 3B | 45 |
| Octal | 202 | 337 | 254 | 52 | 0 | 27 | 15 | 223 | 73 | 105 |
| Binary | 10000010 | 11011111 | 10101100 | 101010 | 0 | 10111 | 1101 | 10010011 | 111011 | 1000101 |
Color Harmonies of #82DFAC
Complementary color
Monochromatic Colors of #82DFAC
Black with #82DFAC
Text Example
Text Example
White with #82DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DFAC; }
p { color: rgb(130,223,172); }
H1.HeaderClassName
{
color: #82DFAC;
}
.AnyTagClassName
{
color: #82DFAC;
}
</style>
background-color css
<style>
a { background-color: #82DFAC; }
a { background-color: rgb(130,223,172); }
div.DivClassName
{
background-color: #82DFAC;
}
.BgClassName
{
background-color: #82DFAC;
}
</style>
border-color css
<style>
span { border-color: #82DFAC; }
span { border-color: rgb(130,223,172); }
td.TdClassName
{
border-color: #82DFAC;
}
.TagClassName
{
border-color: #82DFAC;
}
</style>