Shades of Vista Blue #8BE7A8
Tints of Vista Blue #8BE7A8
RGB
CMYK
RGB Variations
Color information
#8BE7A8 (or 0x8BE7A8) is known color: Vista Blue. HEX triplet: 8B, E7 and A8. RGB value is (139,231,168). Sum of RGB (Red+Green+Blue) = 139+231+168=538 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.84% from 538); Green value is 231 (90.62% from 255 or 42.94% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 231 - color contains mainly: green. Hex color #8BE7A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BE7A8 is #741857. Grayscale: #C4C4C4. Windows color (decimal): -7608408 or 11069323. OLE color: 11069323.
HSL color Cylindrical-coordinate representation of color #8BE7A8: hue angle of 138.91º 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 #8BE7A8 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 231 | 168 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.09 |
| HSL | 138.91º | 0.66% | 0.73% | - |
| HSV(B) | 138.91º | 0.4% | 0.91% | - |
| XYZ | 46.29 | 65.47 | 47.24 | - |
| YUV | 196.31 | 112.02 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 231 | 168 | 0.40 | 0 | 0.27 | 0.09 | 138.91 | 0.66 | 0.73 |
| Hex | 8B | E7 | A8 | 28 | 0 | 1B | 9 | 8B | 42 | 49 |
| Octal | 213 | 347 | 250 | 50 | 0 | 33 | 11 | 213 | 102 | 111 |
| Binary | 10001011 | 11100111 | 10101000 | 101000 | 0 | 11011 | 1001 | 10001011 | 1000010 | 1001001 |
Color Harmonies of #8BE7A8
Complementary color
Monochromatic Colors of #8BE7A8
Black with #8BE7A8
Text Example
Text Example
White with #8BE7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE7A8; }
p { color: rgb(139,231,168); }
H1.HeaderClassName
{
color: #8BE7A8;
}
.AnyTagClassName
{
color: #8BE7A8;
}
</style>
background-color css
<style>
a { background-color: #8BE7A8; }
a { background-color: rgb(139,231,168); }
div.DivClassName
{
background-color: #8BE7A8;
}
.BgClassName
{
background-color: #8BE7A8;
}
</style>
border-color css
<style>
span { border-color: #8BE7A8; }
span { border-color: rgb(139,231,168); }
td.TdClassName
{
border-color: #8BE7A8;
}
.TagClassName
{
border-color: #8BE7A8;
}
</style>