Shades of Vista Blue #8BEBAF
Tints of Vista Blue #8BEBAF
RGB
CMYK
RGB Variations
Color information
#8BEBAF (or 0x8BEBAF) is known color: Vista Blue. HEX triplet: 8B, EB and AF. RGB value is (139,235,175). Sum of RGB (Red+Green+Blue) = 139+235+175=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #8BEBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BEBAF is #741450. Grayscale: #C7C7C7. Windows color (decimal): -7607377 or 11529099. OLE color: 11529099.
HSL color Cylindrical-coordinate representation of color #8BEBAF: hue angle of 142.5º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BEBAF is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 235 | 175 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.08 |
| HSL | 142.5º | 0.71% | 0.73% | - |
| HSV(B) | 142.5º | 0.41% | 0.92% | - |
| XYZ | 48.09 | 68 | 51.15 | - |
| YUV | 199.46 | 114.2 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 235 | 175 | 0.41 | 0 | 0.26 | 0.08 | 142.5 | 0.71 | 0.73 |
| Hex | 8B | EB | AF | 29 | 0 | 1A | 8 | 8E | 47 | 49 |
| Octal | 213 | 353 | 257 | 51 | 0 | 32 | 10 | 216 | 107 | 111 |
| Binary | 10001011 | 11101011 | 10101111 | 101001 | 0 | 11010 | 1000 | 10001110 | 1000111 | 1001001 |
Color Harmonies of #8BEBAF
Complementary color
Monochromatic Colors of #8BEBAF
Black with #8BEBAF
Text Example
Text Example
White with #8BEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEBAF; }
p { color: rgb(139,235,175); }
H1.HeaderClassName
{
color: #8BEBAF;
}
.AnyTagClassName
{
color: #8BEBAF;
}
</style>
background-color css
<style>
a { background-color: #8BEBAF; }
a { background-color: rgb(139,235,175); }
div.DivClassName
{
background-color: #8BEBAF;
}
.BgClassName
{
background-color: #8BEBAF;
}
</style>
border-color css
<style>
span { border-color: #8BEBAF; }
span { border-color: rgb(139,235,175); }
td.TdClassName
{
border-color: #8BEBAF;
}
.TagClassName
{
border-color: #8BEBAF;
}
</style>