Shades of Vista Blue #89F2AB
Tints of Vista Blue #89F2AB
RGB
CMYK
RGB Variations
Color information
#89F2AB (or 0x89F2AB) is known color: Vista Blue. HEX triplet: 89, F2 and AB. RGB value is (137,242,171). Sum of RGB (Red+Green+Blue) = 137+242+171=550 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.91% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #89F2AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #89F2AB is #760D54. Grayscale: #CACACA. Windows color (decimal): -7736661 or 11268745. OLE color: 11268745.
HSL color Cylindrical-coordinate representation of color #89F2AB: hue angle of 139.43º 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 #89F2AB is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 242 | 171 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.05 |
| HSL | 139.43º | 0.8% | 0.74% | - |
| HSV(B) | 139.43º | 0.43% | 0.95% | - |
| XYZ | 49.42 | 71.76 | 49.78 | - |
| YUV | 202.51 | 110.21 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 242 | 171 | 0.43 | 0 | 0.29 | 0.05 | 139.43 | 0.8 | 0.74 |
| Hex | 89 | F2 | AB | 2B | 0 | 1D | 5 | 8B | 50 | 4A |
| Octal | 211 | 362 | 253 | 53 | 0 | 35 | 5 | 213 | 120 | 112 |
| Binary | 10001001 | 11110010 | 10101011 | 101011 | 0 | 11101 | 101 | 10001011 | 1010000 | 1001010 |
Color Harmonies of #89F2AB
Complementary color
Monochromatic Colors of #89F2AB
Black with #89F2AB
Text Example
Text Example
White with #89F2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F2AB; }
p { color: rgb(137,242,171); }
H1.HeaderClassName
{
color: #89F2AB;
}
.AnyTagClassName
{
color: #89F2AB;
}
</style>
background-color css
<style>
a { background-color: #89F2AB; }
a { background-color: rgb(137,242,171); }
div.DivClassName
{
background-color: #89F2AB;
}
.BgClassName
{
background-color: #89F2AB;
}
</style>
border-color css
<style>
span { border-color: #89F2AB; }
span { border-color: rgb(137,242,171); }
td.TdClassName
{
border-color: #89F2AB;
}
.TagClassName
{
border-color: #89F2AB;
}
</style>