Shades of Vista Blue #89E1AE
Tints of Vista Blue #89E1AE
RGB
CMYK
RGB Variations
Color information
#89E1AE (or 0x89E1AE) is known color: Vista Blue. HEX triplet: 89, E1 and AE. RGB value is (137,225,174). Sum of RGB (Red+Green+Blue) = 137+225+174=536 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.56% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 225 - color contains mainly: green. Hex color #89E1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89E1AE is #761E51. Grayscale: #C0C0C0. Windows color (decimal): -7741010 or 11461001. OLE color: 11461001.
HSL color Cylindrical-coordinate representation of color #89E1AE: hue angle of 145.23º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89E1AE is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 225 | 174 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.12 |
| HSL | 145.23º | 0.59% | 0.71% | - |
| HSV(B) | 145.23º | 0.39% | 0.88% | - |
| XYZ | 44.88 | 62.22 | 49.69 | - |
| YUV | 192.87 | 117.35 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 225 | 174 | 0.39 | 0 | 0.23 | 0.12 | 145.23 | 0.59 | 0.71 |
| Hex | 89 | E1 | AE | 27 | 0 | 17 | C | 91 | 3B | 47 |
| Octal | 211 | 341 | 256 | 47 | 0 | 27 | 14 | 221 | 73 | 107 |
| Binary | 10001001 | 11100001 | 10101110 | 100111 | 0 | 10111 | 1100 | 10010001 | 111011 | 1000111 |
Color Harmonies of #89E1AE
Complementary color
Monochromatic Colors of #89E1AE
Black with #89E1AE
Text Example
Text Example
White with #89E1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E1AE; }
p { color: rgb(137,225,174); }
H1.HeaderClassName
{
color: #89E1AE;
}
.AnyTagClassName
{
color: #89E1AE;
}
</style>
background-color css
<style>
a { background-color: #89E1AE; }
a { background-color: rgb(137,225,174); }
div.DivClassName
{
background-color: #89E1AE;
}
.BgClassName
{
background-color: #89E1AE;
}
</style>
border-color css
<style>
span { border-color: #89E1AE; }
span { border-color: rgb(137,225,174); }
td.TdClassName
{
border-color: #89E1AE;
}
.TagClassName
{
border-color: #89E1AE;
}
</style>