Shades of Vista Blue #89EDBE
Tints of Vista Blue #89EDBE
RGB
CMYK
RGB Variations
Color information
#89EDBE (or 0x89EDBE) is known color: Vista Blue. HEX triplet: 89, ED and BE. RGB value is (137,237,190). Sum of RGB (Red+Green+Blue) = 137+237+190=564 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.29% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #89EDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EDBE is #761241. Grayscale: #C9C9C9. Windows color (decimal): -7737922 or 12512649. OLE color: 12512649.
HSL color Cylindrical-coordinate representation of color #89EDBE: hue angle of 151.8º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89EDBE is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 237 | 190 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.07 |
| HSL | 151.8º | 0.74% | 0.73% | - |
| HSV(B) | 151.8º | 0.42% | 0.93% | - |
| XYZ | 49.89 | 69.6 | 59.52 | - |
| YUV | 201.74 | 121.37 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 237 | 190 | 0.42 | 0 | 0.20 | 0.07 | 151.8 | 0.74 | 0.73 |
| Hex | 89 | ED | BE | 2A | 0 | 14 | 7 | 98 | 4A | 49 |
| Octal | 211 | 355 | 276 | 52 | 0 | 24 | 7 | 230 | 112 | 111 |
| Binary | 10001001 | 11101101 | 10111110 | 101010 | 0 | 10100 | 111 | 10011000 | 1001010 | 1001001 |
Color Harmonies of #89EDBE
Complementary color
Monochromatic Colors of #89EDBE
Black with #89EDBE
Text Example
Text Example
White with #89EDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EDBE; }
p { color: rgb(137,237,190); }
H1.HeaderClassName
{
color: #89EDBE;
}
.AnyTagClassName
{
color: #89EDBE;
}
</style>
background-color css
<style>
a { background-color: #89EDBE; }
a { background-color: rgb(137,237,190); }
div.DivClassName
{
background-color: #89EDBE;
}
.BgClassName
{
background-color: #89EDBE;
}
</style>
border-color css
<style>
span { border-color: #89EDBE; }
span { border-color: rgb(137,237,190); }
td.TdClassName
{
border-color: #89EDBE;
}
.TagClassName
{
border-color: #89EDBE;
}
</style>