Shades of Vista Blue #89F2AF
Tints of Vista Blue #89F2AF
RGB
CMYK
RGB Variations
Color information
#89F2AF (or 0x89F2AF) is known color: Vista Blue. HEX triplet: 89, F2 and AF. RGB value is (137,242,175). Sum of RGB (Red+Green+Blue) = 137+242+175=554 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.73% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #89F2AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #89F2AF is #760D50. Grayscale: #CBCBCB. Windows color (decimal): -7736657 or 11530889. OLE color: 11530889.
HSL color Cylindrical-coordinate representation of color #89F2AF: hue angle of 141.71º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89F2AF is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 242 | 175 | - |
| CMYK | 0.43 | 0 | 0.28 | 0.05 |
| HSL | 141.71º | 0.8% | 0.74% | - |
| HSV(B) | 141.71º | 0.43% | 0.95% | - |
| XYZ | 49.81 | 71.92 | 51.81 | - |
| YUV | 202.97 | 112.21 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 242 | 175 | 0.43 | 0 | 0.28 | 0.05 | 141.71 | 0.8 | 0.74 |
| Hex | 89 | F2 | AF | 2B | 0 | 1C | 5 | 8E | 50 | 4A |
| Octal | 211 | 362 | 257 | 53 | 0 | 34 | 5 | 216 | 120 | 112 |
| Binary | 10001001 | 11110010 | 10101111 | 101011 | 0 | 11100 | 101 | 10001110 | 1010000 | 1001010 |
Color Harmonies of #89F2AF
Complementary color
Monochromatic Colors of #89F2AF
Black with #89F2AF
Text Example
Text Example
White with #89F2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F2AF; }
p { color: rgb(137,242,175); }
H1.HeaderClassName
{
color: #89F2AF;
}
.AnyTagClassName
{
color: #89F2AF;
}
</style>
background-color css
<style>
a { background-color: #89F2AF; }
a { background-color: rgb(137,242,175); }
div.DivClassName
{
background-color: #89F2AF;
}
.BgClassName
{
background-color: #89F2AF;
}
</style>
border-color css
<style>
span { border-color: #89F2AF; }
span { border-color: rgb(137,242,175); }
td.TdClassName
{
border-color: #89F2AF;
}
.TagClassName
{
border-color: #89F2AF;
}
</style>