Shades of Vista Blue #89E6AF
Tints of Vista Blue #89E6AF
RGB
CMYK
RGB Variations
Color information
#89E6AF (or 0x89E6AF) is known color: Vista Blue. HEX triplet: 89, E6 and AF. RGB value is (137,230,175). Sum of RGB (Red+Green+Blue) = 137+230+175=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 230 - color contains mainly: green. Hex color #89E6AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #89E6AF is #761950. Grayscale: #C4C4C4. Windows color (decimal): -7739729 or 11527817. OLE color: 11527817.
HSL color Cylindrical-coordinate representation of color #89E6AF: hue angle of 144.52º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89E6AF is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 230 | 175 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.10 |
| HSL | 144.52º | 0.65% | 0.72% | - |
| HSV(B) | 144.52º | 0.4% | 0.9% | - |
| XYZ | 46.35 | 65.01 | 50.66 | - |
| YUV | 195.92 | 116.19 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 230 | 175 | 0.40 | 0 | 0.24 | 0.10 | 144.52 | 0.65 | 0.72 |
| Hex | 89 | E6 | AF | 28 | 0 | 18 | A | 91 | 41 | 48 |
| Octal | 211 | 346 | 257 | 50 | 0 | 30 | 12 | 221 | 101 | 110 |
| Binary | 10001001 | 11100110 | 10101111 | 101000 | 0 | 11000 | 1010 | 10010001 | 1000001 | 1001000 |
Color Harmonies of #89E6AF
Complementary color
Monochromatic Colors of #89E6AF
Black with #89E6AF
Text Example
Text Example
White with #89E6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E6AF; }
p { color: rgb(137,230,175); }
H1.HeaderClassName
{
color: #89E6AF;
}
.AnyTagClassName
{
color: #89E6AF;
}
</style>
background-color css
<style>
a { background-color: #89E6AF; }
a { background-color: rgb(137,230,175); }
div.DivClassName
{
background-color: #89E6AF;
}
.BgClassName
{
background-color: #89E6AF;
}
</style>
border-color css
<style>
span { border-color: #89E6AF; }
span { border-color: rgb(137,230,175); }
td.TdClassName
{
border-color: #89E6AF;
}
.TagClassName
{
border-color: #89E6AF;
}
</style>