Shades of Vista Blue #8BF0B1
Tints of Vista Blue #8BF0B1
RGB
CMYK
RGB Variations
Color information
#8BF0B1 (or 0x8BF0B1) is known color: Vista Blue. HEX triplet: 8B, F0 and B1. RGB value is (139,240,177). Sum of RGB (Red+Green+Blue) = 139+240+177=556 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #8BF0B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BF0B1 is #740F4E. Grayscale: #CACACA. Windows color (decimal): -7606095 or 11661451. OLE color: 11661451.
HSL color Cylindrical-coordinate representation of color #8BF0B1: hue angle of 142.57º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BF0B1 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 240 | 177 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.06 |
| HSL | 142.57º | 0.77% | 0.74% | - |
| HSV(B) | 142.57º | 0.42% | 0.94% | - |
| XYZ | 49.74 | 70.98 | 52.67 | - |
| YUV | 202.62 | 113.54 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 240 | 177 | 0.42 | 0 | 0.26 | 0.06 | 142.57 | 0.77 | 0.74 |
| Hex | 8B | F0 | B1 | 2A | 0 | 1A | 6 | 8F | 4D | 4A |
| Octal | 213 | 360 | 261 | 52 | 0 | 32 | 6 | 217 | 115 | 112 |
| Binary | 10001011 | 11110000 | 10110001 | 101010 | 0 | 11010 | 110 | 10001111 | 1001101 | 1001010 |
Color Harmonies of #8BF0B1
Complementary color
Monochromatic Colors of #8BF0B1
Black with #8BF0B1
Text Example
Text Example
White with #8BF0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF0B1; }
p { color: rgb(139,240,177); }
H1.HeaderClassName
{
color: #8BF0B1;
}
.AnyTagClassName
{
color: #8BF0B1;
}
</style>
background-color css
<style>
a { background-color: #8BF0B1; }
a { background-color: rgb(139,240,177); }
div.DivClassName
{
background-color: #8BF0B1;
}
.BgClassName
{
background-color: #8BF0B1;
}
</style>
border-color css
<style>
span { border-color: #8BF0B1; }
span { border-color: rgb(139,240,177); }
td.TdClassName
{
border-color: #8BF0B1;
}
.TagClassName
{
border-color: #8BF0B1;
}
</style>