Shades of Vista Blue #83EFB2
Tints of Vista Blue #83EFB2
RGB
CMYK
RGB Variations
Color information
#83EFB2 (or 0x83EFB2) is known color: Vista Blue. HEX triplet: 83, EF and B2. RGB value is (131,239,178). Sum of RGB (Red+Green+Blue) = 131+239+178=548 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.91% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83EFB2 is #7C104D. Grayscale: #C7C7C7. Windows color (decimal): -8130638 or 11726723. OLE color: 11726723.
HSL color Cylindrical-coordinate representation of color #83EFB2: hue angle of 146.11º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EFB2 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 239 | 178 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.06 |
| HSL | 146.11º | 0.77% | 0.73% | - |
| HSV(B) | 146.11º | 0.45% | 0.94% | - |
| XYZ | 48.26 | 69.77 | 53.04 | - |
| YUV | 199.75 | 115.72 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 239 | 178 | 0.45 | 0 | 0.26 | 0.06 | 146.11 | 0.77 | 0.73 |
| Hex | 83 | EF | B2 | 2D | 0 | 1A | 6 | 92 | 4D | 49 |
| Octal | 203 | 357 | 262 | 55 | 0 | 32 | 6 | 222 | 115 | 111 |
| Binary | 10000011 | 11101111 | 10110010 | 101101 | 0 | 11010 | 110 | 10010010 | 1001101 | 1001001 |
Color Harmonies of #83EFB2
Complementary color
Monochromatic Colors of #83EFB2
Black with #83EFB2
Text Example
Text Example
White with #83EFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EFB2; }
p { color: rgb(131,239,178); }
H1.HeaderClassName
{
color: #83EFB2;
}
.AnyTagClassName
{
color: #83EFB2;
}
</style>
background-color css
<style>
a { background-color: #83EFB2; }
a { background-color: rgb(131,239,178); }
div.DivClassName
{
background-color: #83EFB2;
}
.BgClassName
{
background-color: #83EFB2;
}
</style>
border-color css
<style>
span { border-color: #83EFB2; }
span { border-color: rgb(131,239,178); }
td.TdClassName
{
border-color: #83EFB2;
}
.TagClassName
{
border-color: #83EFB2;
}
</style>