Shades of Vista Blue #89DEAC
Tints of Vista Blue #89DEAC
RGB
CMYK
RGB Variations
Color information
#89DEAC (or 0x89DEAC) is known color: Vista Blue. HEX triplet: 89, DE and AC. RGB value is (137,222,172). Sum of RGB (Red+Green+Blue) = 137+222+172=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #89DEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DEAC is #762153. Grayscale: #BFBFBF. Windows color (decimal): -7741780 or 11329161. OLE color: 11329161.
HSL color Cylindrical-coordinate representation of color #89DEAC: hue angle of 144.71º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DEAC is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 222 | 172 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.13 |
| HSL | 144.71º | 0.56% | 0.7% | - |
| HSV(B) | 144.71º | 0.38% | 0.87% | - |
| XYZ | 43.88 | 60.54 | 48.4 | - |
| YUV | 190.89 | 117.34 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 222 | 172 | 0.38 | 0 | 0.23 | 0.13 | 144.71 | 0.56 | 0.7 |
| Hex | 89 | DE | AC | 26 | 0 | 17 | D | 91 | 38 | 46 |
| Octal | 211 | 336 | 254 | 46 | 0 | 27 | 15 | 221 | 70 | 106 |
| Binary | 10001001 | 11011110 | 10101100 | 100110 | 0 | 10111 | 1101 | 10010001 | 111000 | 1000110 |
Color Harmonies of #89DEAC
Complementary color
Monochromatic Colors of #89DEAC
Black with #89DEAC
Text Example
Text Example
White with #89DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DEAC; }
p { color: rgb(137,222,172); }
H1.HeaderClassName
{
color: #89DEAC;
}
.AnyTagClassName
{
color: #89DEAC;
}
</style>
background-color css
<style>
a { background-color: #89DEAC; }
a { background-color: rgb(137,222,172); }
div.DivClassName
{
background-color: #89DEAC;
}
.BgClassName
{
background-color: #89DEAC;
}
</style>
border-color css
<style>
span { border-color: #89DEAC; }
span { border-color: rgb(137,222,172); }
td.TdClassName
{
border-color: #89DEAC;
}
.TagClassName
{
border-color: #89DEAC;
}
</style>