Shades of Vista Blue #8BE1B1
Tints of Vista Blue #8BE1B1
RGB
CMYK
RGB Variations
Color information
#8BE1B1 (or 0x8BE1B1) is known color: Vista Blue. HEX triplet: 8B, E1 and B1. RGB value is (139,225,177). Sum of RGB (Red+Green+Blue) = 139+225+177=541 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.69% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #8BE1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BE1B1 is #741E4E. Grayscale: #C1C1C1. Windows color (decimal): -7609935 or 11657611. OLE color: 11657611.
HSL color Cylindrical-coordinate representation of color #8BE1B1: hue angle of 146.51º degrees, saturation: 0.59, 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 #8BE1B1 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 225 | 177 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.12 |
| HSL | 146.51º | 0.59% | 0.71% | - |
| HSV(B) | 146.51º | 0.38% | 0.88% | - |
| XYZ | 45.51 | 62.51 | 51.26 | - |
| YUV | 193.81 | 118.51 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 225 | 177 | 0.38 | 0 | 0.21 | 0.12 | 146.51 | 0.59 | 0.71 |
| Hex | 8B | E1 | B1 | 26 | 0 | 15 | C | 93 | 3B | 47 |
| Octal | 213 | 341 | 261 | 46 | 0 | 25 | 14 | 223 | 73 | 107 |
| Binary | 10001011 | 11100001 | 10110001 | 100110 | 0 | 10101 | 1100 | 10010011 | 111011 | 1000111 |
Color Harmonies of #8BE1B1
Complementary color
Monochromatic Colors of #8BE1B1
Black with #8BE1B1
Text Example
Text Example
White with #8BE1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE1B1; }
p { color: rgb(139,225,177); }
H1.HeaderClassName
{
color: #8BE1B1;
}
.AnyTagClassName
{
color: #8BE1B1;
}
</style>
background-color css
<style>
a { background-color: #8BE1B1; }
a { background-color: rgb(139,225,177); }
div.DivClassName
{
background-color: #8BE1B1;
}
.BgClassName
{
background-color: #8BE1B1;
}
</style>
border-color css
<style>
span { border-color: #8BE1B1; }
span { border-color: rgb(139,225,177); }
td.TdClassName
{
border-color: #8BE1B1;
}
.TagClassName
{
border-color: #8BE1B1;
}
</style>