Shades of Vista Blue #8BF0BA
Tints of Vista Blue #8BF0BA
RGB
CMYK
RGB Variations
Color information
#8BF0BA (or 0x8BF0BA) is known color: Vista Blue. HEX triplet: 8B, F0 and BA. RGB value is (139,240,186). Sum of RGB (Red+Green+Blue) = 139+240+186=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #8BF0BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF0BA is #740F45. Grayscale: #CBCBCB. Windows color (decimal): -7606086 or 12251275. OLE color: 12251275.
HSL color Cylindrical-coordinate representation of color #8BF0BA: hue angle of 147.92º 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 #8BF0BA is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 240 | 186 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.06 |
| HSL | 147.92º | 0.77% | 0.74% | - |
| HSV(B) | 147.92º | 0.42% | 0.94% | - |
| XYZ | 50.67 | 71.35 | 57.56 | - |
| YUV | 203.65 | 118.04 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 240 | 186 | 0.42 | 0 | 0.22 | 0.06 | 147.92 | 0.77 | 0.74 |
| Hex | 8B | F0 | BA | 2A | 0 | 16 | 6 | 94 | 4D | 4A |
| Octal | 213 | 360 | 272 | 52 | 0 | 26 | 6 | 224 | 115 | 112 |
| Binary | 10001011 | 11110000 | 10111010 | 101010 | 0 | 10110 | 110 | 10010100 | 1001101 | 1001010 |
Color Harmonies of #8BF0BA
Complementary color
Monochromatic Colors of #8BF0BA
Black with #8BF0BA
Text Example
Text Example
White with #8BF0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF0BA; }
p { color: rgb(139,240,186); }
H1.HeaderClassName
{
color: #8BF0BA;
}
.AnyTagClassName
{
color: #8BF0BA;
}
</style>
background-color css
<style>
a { background-color: #8BF0BA; }
a { background-color: rgb(139,240,186); }
div.DivClassName
{
background-color: #8BF0BA;
}
.BgClassName
{
background-color: #8BF0BA;
}
</style>
border-color css
<style>
span { border-color: #8BF0BA; }
span { border-color: rgb(139,240,186); }
td.TdClassName
{
border-color: #8BF0BA;
}
.TagClassName
{
border-color: #8BF0BA;
}
</style>