Shades of Vista Blue #89EEB0
Tints of Vista Blue #89EEB0
RGB
CMYK
RGB Variations
Color information
#89EEB0 (or 0x89EEB0) is known color: Vista Blue. HEX triplet: 89, EE and B0. RGB value is (137,238,176). Sum of RGB (Red+Green+Blue) = 137+238+176=551 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.86% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #89EEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #89EEB0 is #76114F. Grayscale: #C8C8C8. Windows color (decimal): -7737680 or 11595401. OLE color: 11595401.
HSL color Cylindrical-coordinate representation of color #89EEB0: hue angle of 143.17º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89EEB0 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 238 | 176 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.07 |
| HSL | 143.17º | 0.75% | 0.74% | - |
| HSV(B) | 143.17º | 0.42% | 0.93% | - |
| XYZ | 48.73 | 69.6 | 51.94 | - |
| YUV | 200.73 | 114.04 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 238 | 176 | 0.42 | 0 | 0.26 | 0.07 | 143.17 | 0.75 | 0.74 |
| Hex | 89 | EE | B0 | 2A | 0 | 1A | 7 | 8F | 4B | 4A |
| Octal | 211 | 356 | 260 | 52 | 0 | 32 | 7 | 217 | 113 | 112 |
| Binary | 10001001 | 11101110 | 10110000 | 101010 | 0 | 11010 | 111 | 10001111 | 1001011 | 1001010 |
Color Harmonies of #89EEB0
Complementary color
Monochromatic Colors of #89EEB0
Black with #89EEB0
Text Example
Text Example
White with #89EEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EEB0; }
p { color: rgb(137,238,176); }
H1.HeaderClassName
{
color: #89EEB0;
}
.AnyTagClassName
{
color: #89EEB0;
}
</style>
background-color css
<style>
a { background-color: #89EEB0; }
a { background-color: rgb(137,238,176); }
div.DivClassName
{
background-color: #89EEB0;
}
.BgClassName
{
background-color: #89EEB0;
}
</style>
border-color css
<style>
span { border-color: #89EEB0; }
span { border-color: rgb(137,238,176); }
td.TdClassName
{
border-color: #89EEB0;
}
.TagClassName
{
border-color: #89EEB0;
}
</style>