Shades of Vista Blue #89E2AF
Tints of Vista Blue #89E2AF
RGB
CMYK
RGB Variations
Color information
#89E2AF (or 0x89E2AF) is known color: Vista Blue. HEX triplet: 89, E2 and AF. RGB value is (137,226,175). Sum of RGB (Red+Green+Blue) = 137+226+175=538 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.46% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #89E2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89E2AF is #761D50. Grayscale: #C1C1C1. Windows color (decimal): -7740753 or 11526793. OLE color: 11526793.
HSL color Cylindrical-coordinate representation of color #89E2AF: hue angle of 145.62º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89E2AF is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 226 | 175 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.11 |
| HSL | 145.62º | 0.61% | 0.71% | - |
| HSV(B) | 145.62º | 0.39% | 0.89% | - |
| XYZ | 45.25 | 62.81 | 50.3 | - |
| YUV | 193.58 | 117.51 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 226 | 175 | 0.39 | 0 | 0.23 | 0.11 | 145.62 | 0.61 | 0.71 |
| Hex | 89 | E2 | AF | 27 | 0 | 17 | B | 92 | 3D | 47 |
| Octal | 211 | 342 | 257 | 47 | 0 | 27 | 13 | 222 | 75 | 107 |
| Binary | 10001001 | 11100010 | 10101111 | 100111 | 0 | 10111 | 1011 | 10010010 | 111101 | 1000111 |
Color Harmonies of #89E2AF
Complementary color
Monochromatic Colors of #89E2AF
Black with #89E2AF
Text Example
Text Example
White with #89E2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E2AF; }
p { color: rgb(137,226,175); }
H1.HeaderClassName
{
color: #89E2AF;
}
.AnyTagClassName
{
color: #89E2AF;
}
</style>
background-color css
<style>
a { background-color: #89E2AF; }
a { background-color: rgb(137,226,175); }
div.DivClassName
{
background-color: #89E2AF;
}
.BgClassName
{
background-color: #89E2AF;
}
</style>
border-color css
<style>
span { border-color: #89E2AF; }
span { border-color: rgb(137,226,175); }
td.TdClassName
{
border-color: #89E2AF;
}
.TagClassName
{
border-color: #89E2AF;
}
</style>