Shades of Vista Blue #89E3BC
Tints of Vista Blue #89E3BC
RGB
CMYK
RGB Variations
Color information
#89E3BC (or 0x89E3BC) is known color: Vista Blue. HEX triplet: 89, E3 and BC. RGB value is (137,227,188). Sum of RGB (Red+Green+Blue) = 137+227+188=552 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.82% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 227 - color contains mainly: green. Hex color #89E3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89E3BC is #761C43. Grayscale: #C3C3C3. Windows color (decimal): -7740484 or 12379017. OLE color: 12379017.
HSL color Cylindrical-coordinate representation of color #89E3BC: hue angle of 154º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89E3BC is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 227 | 188 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.11 |
| HSL | 154º | 0.62% | 0.71% | - |
| HSV(B) | 154º | 0.4% | 0.89% | - |
| XYZ | 46.86 | 63.89 | 57.44 | - |
| YUV | 195.64 | 123.68 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 227 | 188 | 0.40 | 0 | 0.17 | 0.11 | 154 | 0.62 | 0.71 |
| Hex | 89 | E3 | BC | 28 | 0 | 11 | B | 9A | 3E | 47 |
| Octal | 211 | 343 | 274 | 50 | 0 | 21 | 13 | 232 | 76 | 107 |
| Binary | 10001001 | 11100011 | 10111100 | 101000 | 0 | 10001 | 1011 | 10011010 | 111110 | 1000111 |
Color Harmonies of #89E3BC
Complementary color
Monochromatic Colors of #89E3BC
Black with #89E3BC
Text Example
Text Example
White with #89E3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E3BC; }
p { color: rgb(137,227,188); }
H1.HeaderClassName
{
color: #89E3BC;
}
.AnyTagClassName
{
color: #89E3BC;
}
</style>
background-color css
<style>
a { background-color: #89E3BC; }
a { background-color: rgb(137,227,188); }
div.DivClassName
{
background-color: #89E3BC;
}
.BgClassName
{
background-color: #89E3BC;
}
</style>
border-color css
<style>
span { border-color: #89E3BC; }
span { border-color: rgb(137,227,188); }
td.TdClassName
{
border-color: #89E3BC;
}
.TagClassName
{
border-color: #89E3BC;
}
</style>