Shades of Vista Blue #8BE7BC
Tints of Vista Blue #8BE7BC
RGB
CMYK
RGB Variations
Color information
#8BE7BC (or 0x8BE7BC) is known color: Vista Blue. HEX triplet: 8B, E7 and BC. RGB value is (139,231,188). Sum of RGB (Red+Green+Blue) = 139+231+188=558 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.91% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 231 - color contains mainly: green. Hex color #8BE7BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE7BC is #741843. Grayscale: #C6C6C6. Windows color (decimal): -7608388 or 12380043. OLE color: 12380043.
HSL color Cylindrical-coordinate representation of color #8BE7BC: hue angle of 151.96º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BE7BC is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 231 | 188 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.09 |
| HSL | 151.96º | 0.66% | 0.73% | - |
| HSV(B) | 151.96º | 0.4% | 0.91% | - |
| XYZ | 48.3 | 66.27 | 57.82 | - |
| YUV | 198.59 | 122.02 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 231 | 188 | 0.40 | 0 | 0.19 | 0.09 | 151.96 | 0.66 | 0.73 |
| Hex | 8B | E7 | BC | 28 | 0 | 13 | 9 | 98 | 42 | 49 |
| Octal | 213 | 347 | 274 | 50 | 0 | 23 | 11 | 230 | 102 | 111 |
| Binary | 10001011 | 11100111 | 10111100 | 101000 | 0 | 10011 | 1001 | 10011000 | 1000010 | 1001001 |
Color Harmonies of #8BE7BC
Complementary color
Monochromatic Colors of #8BE7BC
Black with #8BE7BC
Text Example
Text Example
White with #8BE7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE7BC; }
p { color: rgb(139,231,188); }
H1.HeaderClassName
{
color: #8BE7BC;
}
.AnyTagClassName
{
color: #8BE7BC;
}
</style>
background-color css
<style>
a { background-color: #8BE7BC; }
a { background-color: rgb(139,231,188); }
div.DivClassName
{
background-color: #8BE7BC;
}
.BgClassName
{
background-color: #8BE7BC;
}
</style>
border-color css
<style>
span { border-color: #8BE7BC; }
span { border-color: rgb(139,231,188); }
td.TdClassName
{
border-color: #8BE7BC;
}
.TagClassName
{
border-color: #8BE7BC;
}
</style>