Shades of Vista Blue #89E6BC
Tints of Vista Blue #89E6BC
RGB
CMYK
RGB Variations
Color information
#89E6BC (or 0x89E6BC) is known color: Vista Blue. HEX triplet: 89, E6 and BC. RGB value is (137,230,188). Sum of RGB (Red+Green+Blue) = 137+230+188=555 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.68% from 555); Green value is 230 (90.23% from 255 or 41.44% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 230 - color contains mainly: green. Hex color #89E6BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89E6BC is #761943. Grayscale: #C5C5C5. Windows color (decimal): -7739716 or 12379785. OLE color: 12379785.
HSL color Cylindrical-coordinate representation of color #89E6BC: hue angle of 152.9º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89E6BC is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 230 | 188 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.10 |
| HSL | 152.9º | 0.65% | 0.72% | - |
| HSV(B) | 152.9º | 0.4% | 0.9% | - |
| XYZ | 47.69 | 65.54 | 57.71 | - |
| YUV | 197.41 | 122.69 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 230 | 188 | 0.40 | 0 | 0.18 | 0.10 | 152.9 | 0.65 | 0.72 |
| Hex | 89 | E6 | BC | 28 | 0 | 12 | A | 99 | 41 | 48 |
| Octal | 211 | 346 | 274 | 50 | 0 | 22 | 12 | 231 | 101 | 110 |
| Binary | 10001001 | 11100110 | 10111100 | 101000 | 0 | 10010 | 1010 | 10011001 | 1000001 | 1001000 |
Color Harmonies of #89E6BC
Complementary color
Monochromatic Colors of #89E6BC
Black with #89E6BC
Text Example
Text Example
White with #89E6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E6BC; }
p { color: rgb(137,230,188); }
H1.HeaderClassName
{
color: #89E6BC;
}
.AnyTagClassName
{
color: #89E6BC;
}
</style>
background-color css
<style>
a { background-color: #89E6BC; }
a { background-color: rgb(137,230,188); }
div.DivClassName
{
background-color: #89E6BC;
}
.BgClassName
{
background-color: #89E6BC;
}
</style>
border-color css
<style>
span { border-color: #89E6BC; }
span { border-color: rgb(137,230,188); }
td.TdClassName
{
border-color: #89E6BC;
}
.TagClassName
{
border-color: #89E6BC;
}
</style>