Shades of Vista Blue #89DBA4
Tints of Vista Blue #89DBA4
RGB
CMYK
RGB Variations
Color information
#89DBA4 (or 0x89DBA4) is known color: Vista Blue. HEX triplet: 89, DB and A4. RGB value is (137,219,164). Sum of RGB (Red+Green+Blue) = 137+219+164=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #89DBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DBA4 is #76245B. Grayscale: #BCBCBC. Windows color (decimal): -7742556 or 10804105. OLE color: 10804105.
HSL color Cylindrical-coordinate representation of color #89DBA4: hue angle of 139.76º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89DBA4 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 219 | 164 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.14 |
| HSL | 139.76º | 0.53% | 0.7% | - |
| HSV(B) | 139.76º | 0.37% | 0.86% | - |
| XYZ | 42.35 | 58.66 | 44.21 | - |
| YUV | 188.21 | 114.33 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 219 | 164 | 0.37 | 0 | 0.25 | 0.14 | 139.76 | 0.53 | 0.7 |
| Hex | 89 | DB | A4 | 25 | 0 | 19 | E | 8C | 35 | 46 |
| Octal | 211 | 333 | 244 | 45 | 0 | 31 | 16 | 214 | 65 | 106 |
| Binary | 10001001 | 11011011 | 10100100 | 100101 | 0 | 11001 | 1110 | 10001100 | 110101 | 1000110 |
Color Harmonies of #89DBA4
Complementary color
Monochromatic Colors of #89DBA4
Black with #89DBA4
Text Example
Text Example
White with #89DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DBA4; }
p { color: rgb(137,219,164); }
H1.HeaderClassName
{
color: #89DBA4;
}
.AnyTagClassName
{
color: #89DBA4;
}
</style>
background-color css
<style>
a { background-color: #89DBA4; }
a { background-color: rgb(137,219,164); }
div.DivClassName
{
background-color: #89DBA4;
}
.BgClassName
{
background-color: #89DBA4;
}
</style>
border-color css
<style>
span { border-color: #89DBA4; }
span { border-color: rgb(137,219,164); }
td.TdClassName
{
border-color: #89DBA4;
}
.TagClassName
{
border-color: #89DBA4;
}
</style>