Shades of Vista Blue #89ECBB
Tints of Vista Blue #89ECBB
RGB
CMYK
RGB Variations
Color information
#89ECBB (or 0x89ECBB) is known color: Vista Blue. HEX triplet: 89, EC and BB. RGB value is (137,236,187). Sum of RGB (Red+Green+Blue) = 137+236+187=560 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.46% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #89ECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89ECBB is #761344. Grayscale: #C8C8C8. Windows color (decimal): -7738181 or 12315785. OLE color: 12315785.
HSL color Cylindrical-coordinate representation of color #89ECBB: hue angle of 150.3º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89ECBB is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 236 | 187 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.07 |
| HSL | 150.3º | 0.72% | 0.73% | - |
| HSV(B) | 150.3º | 0.42% | 0.93% | - |
| XYZ | 49.28 | 68.9 | 57.71 | - |
| YUV | 200.81 | 120.2 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 236 | 187 | 0.42 | 0 | 0.21 | 0.07 | 150.3 | 0.72 | 0.73 |
| Hex | 89 | EC | BB | 2A | 0 | 15 | 7 | 96 | 48 | 49 |
| Octal | 211 | 354 | 273 | 52 | 0 | 25 | 7 | 226 | 110 | 111 |
| Binary | 10001001 | 11101100 | 10111011 | 101010 | 0 | 10101 | 111 | 10010110 | 1001000 | 1001001 |
Color Harmonies of #89ECBB
Complementary color
Monochromatic Colors of #89ECBB
Black with #89ECBB
Text Example
Text Example
White with #89ECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ECBB; }
p { color: rgb(137,236,187); }
H1.HeaderClassName
{
color: #89ECBB;
}
.AnyTagClassName
{
color: #89ECBB;
}
</style>
background-color css
<style>
a { background-color: #89ECBB; }
a { background-color: rgb(137,236,187); }
div.DivClassName
{
background-color: #89ECBB;
}
.BgClassName
{
background-color: #89ECBB;
}
</style>
border-color css
<style>
span { border-color: #89ECBB; }
span { border-color: rgb(137,236,187); }
td.TdClassName
{
border-color: #89ECBB;
}
.TagClassName
{
border-color: #89ECBB;
}
</style>