Shades of Vista Blue #8BE2BC
Tints of Vista Blue #8BE2BC
RGB
CMYK
RGB Variations
Color information
#8BE2BC (or 0x8BE2BC) is known color: Vista Blue. HEX triplet: 8B, E2 and BC. RGB value is (139,226,188). Sum of RGB (Red+Green+Blue) = 139+226+188=553 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.14% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 226 - color contains mainly: green. Hex color #8BE2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE2BC is #741D43. Grayscale: #C3C3C3. Windows color (decimal): -7609668 or 12378763. OLE color: 12378763.
HSL color Cylindrical-coordinate representation of color #8BE2BC: hue angle of 153.79º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BE2BC is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 226 | 188 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.11 |
| HSL | 153.79º | 0.6% | 0.72% | - |
| HSV(B) | 153.79º | 0.38% | 0.89% | - |
| XYZ | 46.92 | 63.51 | 57.36 | - |
| YUV | 195.66 | 123.68 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 226 | 188 | 0.38 | 0 | 0.17 | 0.11 | 153.79 | 0.6 | 0.72 |
| Hex | 8B | E2 | BC | 26 | 0 | 11 | B | 9A | 3C | 48 |
| Octal | 213 | 342 | 274 | 46 | 0 | 21 | 13 | 232 | 74 | 110 |
| Binary | 10001011 | 11100010 | 10111100 | 100110 | 0 | 10001 | 1011 | 10011010 | 111100 | 1001000 |
Color Harmonies of #8BE2BC
Complementary color
Monochromatic Colors of #8BE2BC
Black with #8BE2BC
Text Example
Text Example
White with #8BE2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE2BC; }
p { color: rgb(139,226,188); }
H1.HeaderClassName
{
color: #8BE2BC;
}
.AnyTagClassName
{
color: #8BE2BC;
}
</style>
background-color css
<style>
a { background-color: #8BE2BC; }
a { background-color: rgb(139,226,188); }
div.DivClassName
{
background-color: #8BE2BC;
}
.BgClassName
{
background-color: #8BE2BC;
}
</style>
border-color css
<style>
span { border-color: #8BE2BC; }
span { border-color: rgb(139,226,188); }
td.TdClassName
{
border-color: #8BE2BC;
}
.TagClassName
{
border-color: #8BE2BC;
}
</style>