Shades of Vista Blue #82F1B3
Tints of Vista Blue #82F1B3
RGB
CMYK
RGB Variations
Color information
#82F1B3 (or 0x82F1B3) is known color: Vista Blue. HEX triplet: 82, F1 and B3. RGB value is (130,241,179). Sum of RGB (Red+Green+Blue) = 130+241+179=550 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.64% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 241 - color contains mainly: green. Hex color #82F1B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82F1B3 is #7D0E4C. Grayscale: #C8C8C8. Windows color (decimal): -8195661 or 11792770. OLE color: 11792770.
HSL color Cylindrical-coordinate representation of color #82F1B3: hue angle of 146.49º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82F1B3 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 241 | 179 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.05 |
| HSL | 146.49º | 0.8% | 0.73% | - |
| HSV(B) | 146.49º | 0.46% | 0.95% | - |
| XYZ | 48.8 | 70.91 | 53.76 | - |
| YUV | 200.74 | 115.73 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 241 | 179 | 0.46 | 0 | 0.26 | 0.05 | 146.49 | 0.8 | 0.73 |
| Hex | 82 | F1 | B3 | 2E | 0 | 1A | 5 | 92 | 50 | 49 |
| Octal | 202 | 361 | 263 | 56 | 0 | 32 | 5 | 222 | 120 | 111 |
| Binary | 10000010 | 11110001 | 10110011 | 101110 | 0 | 11010 | 101 | 10010010 | 1010000 | 1001001 |
Color Harmonies of #82F1B3
Complementary color
Monochromatic Colors of #82F1B3
Black with #82F1B3
Text Example
Text Example
White with #82F1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F1B3; }
p { color: rgb(130,241,179); }
H1.HeaderClassName
{
color: #82F1B3;
}
.AnyTagClassName
{
color: #82F1B3;
}
</style>
background-color css
<style>
a { background-color: #82F1B3; }
a { background-color: rgb(130,241,179); }
div.DivClassName
{
background-color: #82F1B3;
}
.BgClassName
{
background-color: #82F1B3;
}
</style>
border-color css
<style>
span { border-color: #82F1B3; }
span { border-color: rgb(130,241,179); }
td.TdClassName
{
border-color: #82F1B3;
}
.TagClassName
{
border-color: #82F1B3;
}
</style>