Shades of Vista Blue #89DEAB
Tints of Vista Blue #89DEAB
RGB
CMYK
RGB Variations
Color information
#89DEAB (or 0x89DEAB) is known color: Vista Blue. HEX triplet: 89, DE and AB. RGB value is (137,222,171). Sum of RGB (Red+Green+Blue) = 137+222+171=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #89DEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DEAB is #762154. Grayscale: #BEBEBE. Windows color (decimal): -7741781 or 11263625. OLE color: 11263625.
HSL color Cylindrical-coordinate representation of color #89DEAB: hue angle of 144º 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 #89DEAB is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 222 | 171 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.13 |
| HSL | 144º | 0.56% | 0.7% | - |
| HSV(B) | 144º | 0.38% | 0.87% | - |
| XYZ | 43.79 | 60.5 | 47.9 | - |
| YUV | 190.77 | 116.84 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 222 | 171 | 0.38 | 0 | 0.23 | 0.13 | 144 | 0.56 | 0.7 |
| Hex | 89 | DE | AB | 26 | 0 | 17 | D | 90 | 38 | 46 |
| Octal | 211 | 336 | 253 | 46 | 0 | 27 | 15 | 220 | 70 | 106 |
| Binary | 10001001 | 11011110 | 10101011 | 100110 | 0 | 10111 | 1101 | 10010000 | 111000 | 1000110 |
Color Harmonies of #89DEAB
Complementary color
Monochromatic Colors of #89DEAB
Black with #89DEAB
Text Example
Text Example
White with #89DEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DEAB; }
p { color: rgb(137,222,171); }
H1.HeaderClassName
{
color: #89DEAB;
}
.AnyTagClassName
{
color: #89DEAB;
}
</style>
background-color css
<style>
a { background-color: #89DEAB; }
a { background-color: rgb(137,222,171); }
div.DivClassName
{
background-color: #89DEAB;
}
.BgClassName
{
background-color: #89DEAB;
}
</style>
border-color css
<style>
span { border-color: #89DEAB; }
span { border-color: rgb(137,222,171); }
td.TdClassName
{
border-color: #89DEAB;
}
.TagClassName
{
border-color: #89DEAB;
}
</style>