Shades of Vista Blue #8BEDB1
Tints of Vista Blue #8BEDB1
RGB
CMYK
RGB Variations
Color information
#8BEDB1 (or 0x8BEDB1) is known color: Vista Blue. HEX triplet: 8B, ED and B1. RGB value is (139,237,177). Sum of RGB (Red+Green+Blue) = 139+237+177=553 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.14% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #8BEDB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BEDB1 is #74124E. Grayscale: #C8C8C8. Windows color (decimal): -7606863 or 11660683. OLE color: 11660683.
HSL color Cylindrical-coordinate representation of color #8BEDB1: hue angle of 143.27º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BEDB1 is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 237 | 177 | - |
| CMYK | 0.41 | 0 | 0.25 | 0.07 |
| HSL | 143.27º | 0.73% | 0.74% | - |
| HSV(B) | 143.27º | 0.41% | 0.93% | - |
| XYZ | 48.87 | 69.23 | 52.38 | - |
| YUV | 200.86 | 114.53 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 237 | 177 | 0.41 | 0 | 0.25 | 0.07 | 143.27 | 0.73 | 0.74 |
| Hex | 8B | ED | B1 | 29 | 0 | 19 | 7 | 8F | 49 | 4A |
| Octal | 213 | 355 | 261 | 51 | 0 | 31 | 7 | 217 | 111 | 112 |
| Binary | 10001011 | 11101101 | 10110001 | 101001 | 0 | 11001 | 111 | 10001111 | 1001001 | 1001010 |
Color Harmonies of #8BEDB1
Complementary color
Monochromatic Colors of #8BEDB1
Black with #8BEDB1
Text Example
Text Example
White with #8BEDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEDB1; }
p { color: rgb(139,237,177); }
H1.HeaderClassName
{
color: #8BEDB1;
}
.AnyTagClassName
{
color: #8BEDB1;
}
</style>
background-color css
<style>
a { background-color: #8BEDB1; }
a { background-color: rgb(139,237,177); }
div.DivClassName
{
background-color: #8BEDB1;
}
.BgClassName
{
background-color: #8BEDB1;
}
</style>
border-color css
<style>
span { border-color: #8BEDB1; }
span { border-color: rgb(139,237,177); }
td.TdClassName
{
border-color: #8BEDB1;
}
.TagClassName
{
border-color: #8BEDB1;
}
</style>