Shades of Vista Blue #89EDAC
Tints of Vista Blue #89EDAC
RGB
CMYK
RGB Variations
Color information
#89EDAC (or 0x89EDAC) is known color: Vista Blue. HEX triplet: 89, ED and AC. RGB value is (137,237,172). Sum of RGB (Red+Green+Blue) = 137+237+172=546 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.09% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #89EDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #89EDAC is #761253. Grayscale: #C7C7C7. Windows color (decimal): -7737940 or 11333001. OLE color: 11333001.
HSL color Cylindrical-coordinate representation of color #89EDAC: hue angle of 141º degrees, saturation: 0.74, 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 #89EDAC is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 237 | 172 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.07 |
| HSL | 141º | 0.74% | 0.73% | - |
| HSV(B) | 141º | 0.42% | 0.93% | - |
| XYZ | 48.05 | 68.87 | 49.79 | - |
| YUV | 199.69 | 112.37 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 237 | 172 | 0.42 | 0 | 0.27 | 0.07 | 141 | 0.74 | 0.73 |
| Hex | 89 | ED | AC | 2A | 0 | 1B | 7 | 8D | 4A | 49 |
| Octal | 211 | 355 | 254 | 52 | 0 | 33 | 7 | 215 | 112 | 111 |
| Binary | 10001001 | 11101101 | 10101100 | 101010 | 0 | 11011 | 111 | 10001101 | 1001010 | 1001001 |
Color Harmonies of #89EDAC
Complementary color
Monochromatic Colors of #89EDAC
Black with #89EDAC
Text Example
Text Example
White with #89EDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EDAC; }
p { color: rgb(137,237,172); }
H1.HeaderClassName
{
color: #89EDAC;
}
.AnyTagClassName
{
color: #89EDAC;
}
</style>
background-color css
<style>
a { background-color: #89EDAC; }
a { background-color: rgb(137,237,172); }
div.DivClassName
{
background-color: #89EDAC;
}
.BgClassName
{
background-color: #89EDAC;
}
</style>
border-color css
<style>
span { border-color: #89EDAC; }
span { border-color: rgb(137,237,172); }
td.TdClassName
{
border-color: #89EDAC;
}
.TagClassName
{
border-color: #89EDAC;
}
</style>