Shades of Vista Blue #8BEABB
Tints of Vista Blue #8BEABB
RGB
CMYK
RGB Variations
Color information
#8BEABB (or 0x8BEABB) is known color: Vista Blue. HEX triplet: 8B, EA and BB. RGB value is (139,234,187). Sum of RGB (Red+Green+Blue) = 139+234+187=560 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.82% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #8BEABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEABB is #741544. Grayscale: #C8C8C8. Windows color (decimal): -7607621 or 12315275. OLE color: 12315275.
HSL color Cylindrical-coordinate representation of color #8BEABB: hue angle of 150.32º degrees, saturation: 0.69, 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 #8BEABB is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 234 | 187 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.08 |
| HSL | 150.32º | 0.69% | 0.73% | - |
| HSV(B) | 150.32º | 0.41% | 0.92% | - |
| XYZ | 49.04 | 67.92 | 57.54 | - |
| YUV | 200.24 | 120.53 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 234 | 187 | 0.41 | 0 | 0.20 | 0.08 | 150.32 | 0.69 | 0.73 |
| Hex | 8B | EA | BB | 29 | 0 | 14 | 8 | 96 | 45 | 49 |
| Octal | 213 | 352 | 273 | 51 | 0 | 24 | 10 | 226 | 105 | 111 |
| Binary | 10001011 | 11101010 | 10111011 | 101001 | 0 | 10100 | 1000 | 10010110 | 1000101 | 1001001 |
Color Harmonies of #8BEABB
Complementary color
Monochromatic Colors of #8BEABB
Black with #8BEABB
Text Example
Text Example
White with #8BEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEABB; }
p { color: rgb(139,234,187); }
H1.HeaderClassName
{
color: #8BEABB;
}
.AnyTagClassName
{
color: #8BEABB;
}
</style>
background-color css
<style>
a { background-color: #8BEABB; }
a { background-color: rgb(139,234,187); }
div.DivClassName
{
background-color: #8BEABB;
}
.BgClassName
{
background-color: #8BEABB;
}
</style>
border-color css
<style>
span { border-color: #8BEABB; }
span { border-color: rgb(139,234,187); }
td.TdClassName
{
border-color: #8BEABB;
}
.TagClassName
{
border-color: #8BEABB;
}
</style>