Shades of Vista Blue #89DCAE
Tints of Vista Blue #89DCAE
RGB
CMYK
RGB Variations
Color information
#89DCAE (or 0x89DCAE) is known color: Vista Blue. HEX triplet: 89, DC and AE. RGB value is (137,220,174). Sum of RGB (Red+Green+Blue) = 137+220+174=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #89DCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DCAE is #762351. Grayscale: #BEBEBE. Windows color (decimal): -7742290 or 11459721. OLE color: 11459721.
HSL color Cylindrical-coordinate representation of color #89DCAE: hue angle of 146.75º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DCAE is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 220 | 174 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.14 |
| HSL | 146.75º | 0.54% | 0.7% | - |
| HSV(B) | 146.75º | 0.38% | 0.86% | - |
| XYZ | 43.55 | 59.56 | 49.25 | - |
| YUV | 189.94 | 119 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 220 | 174 | 0.38 | 0 | 0.21 | 0.14 | 146.75 | 0.54 | 0.7 |
| Hex | 89 | DC | AE | 26 | 0 | 15 | E | 93 | 36 | 46 |
| Octal | 211 | 334 | 256 | 46 | 0 | 25 | 16 | 223 | 66 | 106 |
| Binary | 10001001 | 11011100 | 10101110 | 100110 | 0 | 10101 | 1110 | 10010011 | 110110 | 1000110 |
Color Harmonies of #89DCAE
Complementary color
Monochromatic Colors of #89DCAE
Black with #89DCAE
Text Example
Text Example
White with #89DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DCAE; }
p { color: rgb(137,220,174); }
H1.HeaderClassName
{
color: #89DCAE;
}
.AnyTagClassName
{
color: #89DCAE;
}
</style>
background-color css
<style>
a { background-color: #89DCAE; }
a { background-color: rgb(137,220,174); }
div.DivClassName
{
background-color: #89DCAE;
}
.BgClassName
{
background-color: #89DCAE;
}
</style>
border-color css
<style>
span { border-color: #89DCAE; }
span { border-color: rgb(137,220,174); }
td.TdClassName
{
border-color: #89DCAE;
}
.TagClassName
{
border-color: #89DCAE;
}
</style>