Shades of Vista Blue #89DFBA
Tints of Vista Blue #89DFBA
RGB
CMYK
RGB Variations
Color information
#89DFBA (or 0x89DFBA) is known color: Vista Blue. HEX triplet: 89, DF and BA. RGB value is (137,223,186). Sum of RGB (Red+Green+Blue) = 137+223+186=546 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.09% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #89DFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DFBA is #762045. Grayscale: #C1C1C1. Windows color (decimal): -7741510 or 12246921. OLE color: 12246921.
HSL color Cylindrical-coordinate representation of color #89DFBA: hue angle of 154.19º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89DFBA is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 223 | 186 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.13 |
| HSL | 154.19º | 0.57% | 0.71% | - |
| HSV(B) | 154.19º | 0.39% | 0.87% | - |
| XYZ | 45.57 | 61.64 | 55.95 | - |
| YUV | 193.07 | 124.01 | 88.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 223 | 186 | 0.39 | 0 | 0.17 | 0.13 | 154.19 | 0.57 | 0.71 |
| Hex | 89 | DF | BA | 27 | 0 | 11 | D | 9A | 39 | 47 |
| Octal | 211 | 337 | 272 | 47 | 0 | 21 | 15 | 232 | 71 | 107 |
| Binary | 10001001 | 11011111 | 10111010 | 100111 | 0 | 10001 | 1101 | 10011010 | 111001 | 1000111 |
Color Harmonies of #89DFBA
Complementary color
Monochromatic Colors of #89DFBA
Black with #89DFBA
Text Example
Text Example
White with #89DFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DFBA; }
p { color: rgb(137,223,186); }
H1.HeaderClassName
{
color: #89DFBA;
}
.AnyTagClassName
{
color: #89DFBA;
}
</style>
background-color css
<style>
a { background-color: #89DFBA; }
a { background-color: rgb(137,223,186); }
div.DivClassName
{
background-color: #89DFBA;
}
.BgClassName
{
background-color: #89DFBA;
}
</style>
border-color css
<style>
span { border-color: #89DFBA; }
span { border-color: rgb(137,223,186); }
td.TdClassName
{
border-color: #89DFBA;
}
.TagClassName
{
border-color: #89DFBA;
}
</style>