Shades of Vista Blue #8BE7AD
Tints of Vista Blue #8BE7AD
RGB
CMYK
RGB Variations
Color information
#8BE7AD (or 0x8BE7AD) is known color: Vista Blue. HEX triplet: 8B, E7 and AD. RGB value is (139,231,173). Sum of RGB (Red+Green+Blue) = 139+231+173=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #8BE7AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BE7AD is #741852. Grayscale: #C5C5C5. Windows color (decimal): -7608403 or 11397003. OLE color: 11397003.
HSL color Cylindrical-coordinate representation of color #8BE7AD: hue angle of 142.17º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BE7AD is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 231 | 173 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.09 |
| HSL | 142.17º | 0.66% | 0.73% | - |
| HSV(B) | 142.17º | 0.4% | 0.91% | - |
| XYZ | 46.77 | 65.66 | 49.74 | - |
| YUV | 196.88 | 114.52 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 231 | 173 | 0.40 | 0 | 0.25 | 0.09 | 142.17 | 0.66 | 0.73 |
| Hex | 8B | E7 | AD | 28 | 0 | 19 | 9 | 8E | 42 | 49 |
| Octal | 213 | 347 | 255 | 50 | 0 | 31 | 11 | 216 | 102 | 111 |
| Binary | 10001011 | 11100111 | 10101101 | 101000 | 0 | 11001 | 1001 | 10001110 | 1000010 | 1001001 |
Color Harmonies of #8BE7AD
Complementary color
Monochromatic Colors of #8BE7AD
Black with #8BE7AD
Text Example
Text Example
White with #8BE7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE7AD; }
p { color: rgb(139,231,173); }
H1.HeaderClassName
{
color: #8BE7AD;
}
.AnyTagClassName
{
color: #8BE7AD;
}
</style>
background-color css
<style>
a { background-color: #8BE7AD; }
a { background-color: rgb(139,231,173); }
div.DivClassName
{
background-color: #8BE7AD;
}
.BgClassName
{
background-color: #8BE7AD;
}
</style>
border-color css
<style>
span { border-color: #8BE7AD; }
span { border-color: rgb(139,231,173); }
td.TdClassName
{
border-color: #8BE7AD;
}
.TagClassName
{
border-color: #8BE7AD;
}
</style>