Shades of Vista Blue #8BF2AB
Tints of Vista Blue #8BF2AB
RGB
CMYK
RGB Variations
Color information
#8BF2AB (or 0x8BF2AB) is known color: Vista Blue. HEX triplet: 8B, F2 and AB. RGB value is (139,242,171). Sum of RGB (Red+Green+Blue) = 139+242+171=552 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.18% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #8BF2AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BF2AB is #740D54. Grayscale: #CBCBCB. Windows color (decimal): -7605589 or 11268747. OLE color: 11268747.
HSL color Cylindrical-coordinate representation of color #8BF2AB: hue angle of 138.64º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BF2AB is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 242 | 171 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.05 |
| HSL | 138.64º | 0.8% | 0.75% | - |
| HSV(B) | 138.64º | 0.43% | 0.95% | - |
| XYZ | 49.75 | 71.93 | 49.79 | - |
| YUV | 203.11 | 109.88 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 242 | 171 | 0.43 | 0 | 0.29 | 0.05 | 138.64 | 0.8 | 0.75 |
| Hex | 8B | F2 | AB | 2B | 0 | 1D | 5 | 8B | 50 | 4B |
| Octal | 213 | 362 | 253 | 53 | 0 | 35 | 5 | 213 | 120 | 113 |
| Binary | 10001011 | 11110010 | 10101011 | 101011 | 0 | 11101 | 101 | 10001011 | 1010000 | 1001011 |
Color Harmonies of #8BF2AB
Complementary color
Monochromatic Colors of #8BF2AB
Black with #8BF2AB
Text Example
Text Example
White with #8BF2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF2AB; }
p { color: rgb(139,242,171); }
H1.HeaderClassName
{
color: #8BF2AB;
}
.AnyTagClassName
{
color: #8BF2AB;
}
</style>
background-color css
<style>
a { background-color: #8BF2AB; }
a { background-color: rgb(139,242,171); }
div.DivClassName
{
background-color: #8BF2AB;
}
.BgClassName
{
background-color: #8BF2AB;
}
</style>
border-color css
<style>
span { border-color: #8BF2AB; }
span { border-color: rgb(139,242,171); }
td.TdClassName
{
border-color: #8BF2AB;
}
.TagClassName
{
border-color: #8BF2AB;
}
</style>