Shades of Vista Blue #89F2B0
Tints of Vista Blue #89F2B0
RGB
CMYK
RGB Variations
Color information
#89F2B0 (or 0x89F2B0) is known color: Vista Blue. HEX triplet: 89, F2 and B0. RGB value is (137,242,176). Sum of RGB (Red+Green+Blue) = 137+242+176=555 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.68% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #89F2B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #89F2B0 is #760D4F. Grayscale: #CBCBCB. Windows color (decimal): -7736656 or 11596425. OLE color: 11596425.
HSL color Cylindrical-coordinate representation of color #89F2B0: hue angle of 142.29º 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 #89F2B0 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 242 | 176 | - |
| CMYK | 0.43 | 0 | 0.27 | 0.05 |
| HSL | 142.29º | 0.8% | 0.74% | - |
| HSV(B) | 142.29º | 0.43% | 0.95% | - |
| XYZ | 49.91 | 71.96 | 52.33 | - |
| YUV | 203.08 | 112.71 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 242 | 176 | 0.43 | 0 | 0.27 | 0.05 | 142.29 | 0.8 | 0.74 |
| Hex | 89 | F2 | B0 | 2B | 0 | 1B | 5 | 8E | 50 | 4A |
| Octal | 211 | 362 | 260 | 53 | 0 | 33 | 5 | 216 | 120 | 112 |
| Binary | 10001001 | 11110010 | 10110000 | 101011 | 0 | 11011 | 101 | 10001110 | 1010000 | 1001010 |
Color Harmonies of #89F2B0
Complementary color
Monochromatic Colors of #89F2B0
Black with #89F2B0
Text Example
Text Example
White with #89F2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F2B0; }
p { color: rgb(137,242,176); }
H1.HeaderClassName
{
color: #89F2B0;
}
.AnyTagClassName
{
color: #89F2B0;
}
</style>
background-color css
<style>
a { background-color: #89F2B0; }
a { background-color: rgb(137,242,176); }
div.DivClassName
{
background-color: #89F2B0;
}
.BgClassName
{
background-color: #89F2B0;
}
</style>
border-color css
<style>
span { border-color: #89F2B0; }
span { border-color: rgb(137,242,176); }
td.TdClassName
{
border-color: #89F2B0;
}
.TagClassName
{
border-color: #89F2B0;
}
</style>