Shades of Vista Blue #89DDAC
Tints of Vista Blue #89DDAC
RGB
CMYK
RGB Variations
Color information
#89DDAC (or 0x89DDAC) is known color: Vista Blue. HEX triplet: 89, DD and AC. RGB value is (137,221,172). Sum of RGB (Red+Green+Blue) = 137+221+172=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #89DDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DDAC is #762253. Grayscale: #BEBEBE. Windows color (decimal): -7742036 or 11328905. OLE color: 11328905.
HSL color Cylindrical-coordinate representation of color #89DDAC: hue angle of 145º degrees, saturation: 0.55, 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 #89DDAC is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 221 | 172 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.13 |
| HSL | 145º | 0.55% | 0.7% | - |
| HSV(B) | 145º | 0.38% | 0.87% | - |
| XYZ | 43.62 | 60.01 | 48.31 | - |
| YUV | 190.3 | 117.67 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 221 | 172 | 0.38 | 0 | 0.22 | 0.13 | 145 | 0.55 | 0.7 |
| Hex | 89 | DD | AC | 26 | 0 | 16 | D | 91 | 37 | 46 |
| Octal | 211 | 335 | 254 | 46 | 0 | 26 | 15 | 221 | 67 | 106 |
| Binary | 10001001 | 11011101 | 10101100 | 100110 | 0 | 10110 | 1101 | 10010001 | 110111 | 1000110 |
Color Harmonies of #89DDAC
Complementary color
Monochromatic Colors of #89DDAC
Black with #89DDAC
Text Example
Text Example
White with #89DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DDAC; }
p { color: rgb(137,221,172); }
H1.HeaderClassName
{
color: #89DDAC;
}
.AnyTagClassName
{
color: #89DDAC;
}
</style>
background-color css
<style>
a { background-color: #89DDAC; }
a { background-color: rgb(137,221,172); }
div.DivClassName
{
background-color: #89DDAC;
}
.BgClassName
{
background-color: #89DDAC;
}
</style>
border-color css
<style>
span { border-color: #89DDAC; }
span { border-color: rgb(137,221,172); }
td.TdClassName
{
border-color: #89DDAC;
}
.TagClassName
{
border-color: #89DDAC;
}
</style>