Shades of Vista Blue #8BE0BC
Tints of Vista Blue #8BE0BC
RGB
CMYK
RGB Variations
Color information
#8BE0BC (or 0x8BE0BC) is known color: Vista Blue. HEX triplet: 8B, E0 and BC. RGB value is (139,224,188). Sum of RGB (Red+Green+Blue) = 139+224+188=551 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.23% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #8BE0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE0BC is #741F43. Grayscale: #C2C2C2. Windows color (decimal): -7610180 or 12378251. OLE color: 12378251.
HSL color Cylindrical-coordinate representation of color #8BE0BC: hue angle of 154.59º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BE0BC is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 224 | 188 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.12 |
| HSL | 154.59º | 0.58% | 0.71% | - |
| HSV(B) | 154.59º | 0.38% | 0.88% | - |
| XYZ | 46.38 | 62.43 | 57.18 | - |
| YUV | 194.48 | 124.34 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 224 | 188 | 0.38 | 0 | 0.16 | 0.12 | 154.59 | 0.58 | 0.71 |
| Hex | 8B | E0 | BC | 26 | 0 | 10 | C | 9B | 3A | 47 |
| Octal | 213 | 340 | 274 | 46 | 0 | 20 | 14 | 233 | 72 | 107 |
| Binary | 10001011 | 11100000 | 10111100 | 100110 | 0 | 10000 | 1100 | 10011011 | 111010 | 1000111 |
Color Harmonies of #8BE0BC
Complementary color
Monochromatic Colors of #8BE0BC
Black with #8BE0BC
Text Example
Text Example
White with #8BE0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE0BC; }
p { color: rgb(139,224,188); }
H1.HeaderClassName
{
color: #8BE0BC;
}
.AnyTagClassName
{
color: #8BE0BC;
}
</style>
background-color css
<style>
a { background-color: #8BE0BC; }
a { background-color: rgb(139,224,188); }
div.DivClassName
{
background-color: #8BE0BC;
}
.BgClassName
{
background-color: #8BE0BC;
}
</style>
border-color css
<style>
span { border-color: #8BE0BC; }
span { border-color: rgb(139,224,188); }
td.TdClassName
{
border-color: #8BE0BC;
}
.TagClassName
{
border-color: #8BE0BC;
}
</style>