Shades of Vista Blue #89E3AF
Tints of Vista Blue #89E3AF
RGB
CMYK
RGB Variations
Color information
#89E3AF (or 0x89E3AF) is known color: Vista Blue. HEX triplet: 89, E3 and AF. RGB value is (137,227,175). Sum of RGB (Red+Green+Blue) = 137+227+175=539 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.42% from 539); Green value is 227 (89.06% from 255 or 42.12% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 227 - color contains mainly: green. Hex color #89E3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89E3AF is #761C50. Grayscale: #C2C2C2. Windows color (decimal): -7740497 or 11527049. OLE color: 11527049.
HSL color Cylindrical-coordinate representation of color #89E3AF: hue angle of 145.33º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89E3AF is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 227 | 175 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.11 |
| HSL | 145.33º | 0.62% | 0.71% | - |
| HSV(B) | 145.33º | 0.4% | 0.89% | - |
| XYZ | 45.52 | 63.35 | 50.39 | - |
| YUV | 194.16 | 117.18 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 227 | 175 | 0.40 | 0 | 0.23 | 0.11 | 145.33 | 0.62 | 0.71 |
| Hex | 89 | E3 | AF | 28 | 0 | 17 | B | 91 | 3E | 47 |
| Octal | 211 | 343 | 257 | 50 | 0 | 27 | 13 | 221 | 76 | 107 |
| Binary | 10001001 | 11100011 | 10101111 | 101000 | 0 | 10111 | 1011 | 10010001 | 111110 | 1000111 |
Color Harmonies of #89E3AF
Complementary color
Monochromatic Colors of #89E3AF
Black with #89E3AF
Text Example
Text Example
White with #89E3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E3AF; }
p { color: rgb(137,227,175); }
H1.HeaderClassName
{
color: #89E3AF;
}
.AnyTagClassName
{
color: #89E3AF;
}
</style>
background-color css
<style>
a { background-color: #89E3AF; }
a { background-color: rgb(137,227,175); }
div.DivClassName
{
background-color: #89E3AF;
}
.BgClassName
{
background-color: #89E3AF;
}
</style>
border-color css
<style>
span { border-color: #89E3AF; }
span { border-color: rgb(137,227,175); }
td.TdClassName
{
border-color: #89E3AF;
}
.TagClassName
{
border-color: #89E3AF;
}
</style>