Shades of Vista Blue #82DFAB
Tints of Vista Blue #82DFAB
RGB
CMYK
RGB Variations
Color information
#82DFAB (or 0x82DFAB) is known color: Vista Blue. HEX triplet: 82, DF and AB. RGB value is (130,223,171). Sum of RGB (Red+Green+Blue) = 130+223+171=524 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.81% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #82DFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DFAB is #7D2054. Grayscale: #BDBDBD. Windows color (decimal): -8200277 or 11263874. OLE color: 11263874.
HSL color Cylindrical-coordinate representation of color #82DFAB: hue angle of 146.45º 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 #82DFAB is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 171 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.13 |
| HSL | 146.45º | 0.59% | 0.69% | - |
| HSV(B) | 146.45º | 0.42% | 0.87% | - |
| XYZ | 42.94 | 60.46 | 47.93 | - |
| YUV | 189.27 | 117.69 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 171 | 0.42 | 0 | 0.23 | 0.13 | 146.45 | 0.59 | 0.69 |
| Hex | 82 | DF | AB | 2A | 0 | 17 | D | 92 | 3B | 45 |
| Octal | 202 | 337 | 253 | 52 | 0 | 27 | 15 | 222 | 73 | 105 |
| Binary | 10000010 | 11011111 | 10101011 | 101010 | 0 | 10111 | 1101 | 10010010 | 111011 | 1000101 |
Color Harmonies of #82DFAB
Complementary color
Monochromatic Colors of #82DFAB
Black with #82DFAB
Text Example
Text Example
White with #82DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DFAB; }
p { color: rgb(130,223,171); }
H1.HeaderClassName
{
color: #82DFAB;
}
.AnyTagClassName
{
color: #82DFAB;
}
</style>
background-color css
<style>
a { background-color: #82DFAB; }
a { background-color: rgb(130,223,171); }
div.DivClassName
{
background-color: #82DFAB;
}
.BgClassName
{
background-color: #82DFAB;
}
</style>
border-color css
<style>
span { border-color: #82DFAB; }
span { border-color: rgb(130,223,171); }
td.TdClassName
{
border-color: #82DFAB;
}
.TagClassName
{
border-color: #82DFAB;
}
</style>