Shades of Vista Blue #89E2B5
Tints of Vista Blue #89E2B5
RGB
CMYK
RGB Variations
Color information
#89E2B5 (or 0x89E2B5) is known color: Vista Blue. HEX triplet: 89, E2 and B5. RGB value is (137,226,181). Sum of RGB (Red+Green+Blue) = 137+226+181=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 226 - color contains mainly: green. Hex color #89E2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89E2B5 is #761D4A. Grayscale: #C2C2C2. Windows color (decimal): -7740747 or 11920009. OLE color: 11920009.
HSL color Cylindrical-coordinate representation of color #89E2B5: hue angle of 149.66º 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 #89E2B5 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 226 | 181 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.11 |
| HSL | 149.66º | 0.61% | 0.71% | - |
| HSV(B) | 149.66º | 0.39% | 0.89% | - |
| XYZ | 45.85 | 63.05 | 53.47 | - |
| YUV | 194.26 | 120.51 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 226 | 181 | 0.39 | 0 | 0.20 | 0.11 | 149.66 | 0.61 | 0.71 |
| Hex | 89 | E2 | B5 | 27 | 0 | 14 | B | 96 | 3D | 47 |
| Octal | 211 | 342 | 265 | 47 | 0 | 24 | 13 | 226 | 75 | 107 |
| Binary | 10001001 | 11100010 | 10110101 | 100111 | 0 | 10100 | 1011 | 10010110 | 111101 | 1000111 |
Color Harmonies of #89E2B5
Complementary color
Monochromatic Colors of #89E2B5
Black with #89E2B5
Text Example
Text Example
White with #89E2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E2B5; }
p { color: rgb(137,226,181); }
H1.HeaderClassName
{
color: #89E2B5;
}
.AnyTagClassName
{
color: #89E2B5;
}
</style>
background-color css
<style>
a { background-color: #89E2B5; }
a { background-color: rgb(137,226,181); }
div.DivClassName
{
background-color: #89E2B5;
}
.BgClassName
{
background-color: #89E2B5;
}
</style>
border-color css
<style>
span { border-color: #89E2B5; }
span { border-color: rgb(137,226,181); }
td.TdClassName
{
border-color: #89E2B5;
}
.TagClassName
{
border-color: #89E2B5;
}
</style>