Shades of Vista Blue #8BE3BA
Tints of Vista Blue #8BE3BA
RGB
CMYK
RGB Variations
Color information
#8BE3BA (or 0x8BE3BA) is known color: Vista Blue. HEX triplet: 8B, E3 and BA. RGB value is (139,227,186). Sum of RGB (Red+Green+Blue) = 139+227+186=552 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.18% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 227 - color contains mainly: green. Hex color #8BE3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE3BA is #741C45. Grayscale: #C4C4C4. Windows color (decimal): -7609414 or 12247947. OLE color: 12247947.
HSL color Cylindrical-coordinate representation of color #8BE3BA: hue angle of 152.05º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BE3BA is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 227 | 186 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.11 |
| HSL | 152.05º | 0.61% | 0.72% | - |
| HSV(B) | 152.05º | 0.39% | 0.89% | - |
| XYZ | 46.98 | 63.97 | 56.33 | - |
| YUV | 196.01 | 122.35 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 227 | 186 | 0.39 | 0 | 0.18 | 0.11 | 152.05 | 0.61 | 0.72 |
| Hex | 8B | E3 | BA | 27 | 0 | 12 | B | 98 | 3D | 48 |
| Octal | 213 | 343 | 272 | 47 | 0 | 22 | 13 | 230 | 75 | 110 |
| Binary | 10001011 | 11100011 | 10111010 | 100111 | 0 | 10010 | 1011 | 10011000 | 111101 | 1001000 |
Color Harmonies of #8BE3BA
Complementary color
Monochromatic Colors of #8BE3BA
Black with #8BE3BA
Text Example
Text Example
White with #8BE3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE3BA; }
p { color: rgb(139,227,186); }
H1.HeaderClassName
{
color: #8BE3BA;
}
.AnyTagClassName
{
color: #8BE3BA;
}
</style>
background-color css
<style>
a { background-color: #8BE3BA; }
a { background-color: rgb(139,227,186); }
div.DivClassName
{
background-color: #8BE3BA;
}
.BgClassName
{
background-color: #8BE3BA;
}
</style>
border-color css
<style>
span { border-color: #8BE3BA; }
span { border-color: rgb(139,227,186); }
td.TdClassName
{
border-color: #8BE3BA;
}
.TagClassName
{
border-color: #8BE3BA;
}
</style>