Shades of Vista Blue #89EABB
Tints of Vista Blue #89EABB
RGB
CMYK
RGB Variations
Color information
#89EABB (or 0x89EABB) is known color: Vista Blue. HEX triplet: 89, EA and BB. RGB value is (137,234,187). Sum of RGB (Red+Green+Blue) = 137+234+187=558 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.55% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #89EABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EABB is #761544. Grayscale: #C7C7C7. Windows color (decimal): -7738693 or 12315273. OLE color: 12315273.
HSL color Cylindrical-coordinate representation of color #89EABB: hue angle of 150.93º degrees, saturation: 0.7, 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 #89EABB is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 234 | 187 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.08 |
| HSL | 150.93º | 0.7% | 0.73% | - |
| HSV(B) | 150.93º | 0.41% | 0.92% | - |
| XYZ | 48.71 | 67.75 | 57.52 | - |
| YUV | 199.64 | 120.86 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 234 | 187 | 0.41 | 0 | 0.20 | 0.08 | 150.93 | 0.7 | 0.73 |
| Hex | 89 | EA | BB | 29 | 0 | 14 | 8 | 97 | 46 | 49 |
| Octal | 211 | 352 | 273 | 51 | 0 | 24 | 10 | 227 | 106 | 111 |
| Binary | 10001001 | 11101010 | 10111011 | 101001 | 0 | 10100 | 1000 | 10010111 | 1000110 | 1001001 |
Color Harmonies of #89EABB
Complementary color
Monochromatic Colors of #89EABB
Black with #89EABB
Text Example
Text Example
White with #89EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EABB; }
p { color: rgb(137,234,187); }
H1.HeaderClassName
{
color: #89EABB;
}
.AnyTagClassName
{
color: #89EABB;
}
</style>
background-color css
<style>
a { background-color: #89EABB; }
a { background-color: rgb(137,234,187); }
div.DivClassName
{
background-color: #89EABB;
}
.BgClassName
{
background-color: #89EABB;
}
</style>
border-color css
<style>
span { border-color: #89EABB; }
span { border-color: rgb(137,234,187); }
td.TdClassName
{
border-color: #89EABB;
}
.TagClassName
{
border-color: #89EABB;
}
</style>