Shades of Vista Blue #8BF0AC
Tints of Vista Blue #8BF0AC
RGB
CMYK
RGB Variations
Color information
#8BF0AC (or 0x8BF0AC) is known color: Vista Blue. HEX triplet: 8B, F0 and AC. RGB value is (139,240,172). Sum of RGB (Red+Green+Blue) = 139+240+172=551 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.23% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #8BF0AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BF0AC is #740F53. Grayscale: #CACACA. Windows color (decimal): -7606100 or 11333771. OLE color: 11333771.
HSL color Cylindrical-coordinate representation of color #8BF0AC: hue angle of 139.6º 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 #8BF0AC is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 240 | 172 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.06 |
| HSL | 139.6º | 0.77% | 0.74% | - |
| HSV(B) | 139.6º | 0.42% | 0.94% | - |
| XYZ | 49.25 | 70.79 | 50.1 | - |
| YUV | 202.05 | 111.04 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 240 | 172 | 0.42 | 0 | 0.28 | 0.06 | 139.6 | 0.77 | 0.74 |
| Hex | 8B | F0 | AC | 2A | 0 | 1C | 6 | 8C | 4D | 4A |
| Octal | 213 | 360 | 254 | 52 | 0 | 34 | 6 | 214 | 115 | 112 |
| Binary | 10001011 | 11110000 | 10101100 | 101010 | 0 | 11100 | 110 | 10001100 | 1001101 | 1001010 |
Color Harmonies of #8BF0AC
Complementary color
Monochromatic Colors of #8BF0AC
Black with #8BF0AC
Text Example
Text Example
White with #8BF0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF0AC; }
p { color: rgb(139,240,172); }
H1.HeaderClassName
{
color: #8BF0AC;
}
.AnyTagClassName
{
color: #8BF0AC;
}
</style>
background-color css
<style>
a { background-color: #8BF0AC; }
a { background-color: rgb(139,240,172); }
div.DivClassName
{
background-color: #8BF0AC;
}
.BgClassName
{
background-color: #8BF0AC;
}
</style>
border-color css
<style>
span { border-color: #8BF0AC; }
span { border-color: rgb(139,240,172); }
td.TdClassName
{
border-color: #8BF0AC;
}
.TagClassName
{
border-color: #8BF0AC;
}
</style>