Shades of Vista Blue #89DFAE
Tints of Vista Blue #89DFAE
RGB
CMYK
RGB Variations
Color information
#89DFAE (or 0x89DFAE) is known color: Vista Blue. HEX triplet: 89, DF and AE. RGB value is (137,223,174). Sum of RGB (Red+Green+Blue) = 137+223+174=534 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.66% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #89DFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DFAE is #762051. Grayscale: #BFBFBF. Windows color (decimal): -7741522 or 11460489. OLE color: 11460489.
HSL color Cylindrical-coordinate representation of color #89DFAE: hue angle of 145.81º 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 #89DFAE is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 223 | 174 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.13 |
| HSL | 145.81º | 0.57% | 0.71% | - |
| HSV(B) | 145.81º | 0.39% | 0.87% | - |
| XYZ | 44.34 | 61.15 | 49.51 | - |
| YUV | 191.7 | 118.01 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 223 | 174 | 0.39 | 0 | 0.22 | 0.13 | 145.81 | 0.57 | 0.71 |
| Hex | 89 | DF | AE | 27 | 0 | 16 | D | 92 | 39 | 47 |
| Octal | 211 | 337 | 256 | 47 | 0 | 26 | 15 | 222 | 71 | 107 |
| Binary | 10001001 | 11011111 | 10101110 | 100111 | 0 | 10110 | 1101 | 10010010 | 111001 | 1000111 |
Color Harmonies of #89DFAE
Complementary color
Monochromatic Colors of #89DFAE
Black with #89DFAE
Text Example
Text Example
White with #89DFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DFAE; }
p { color: rgb(137,223,174); }
H1.HeaderClassName
{
color: #89DFAE;
}
.AnyTagClassName
{
color: #89DFAE;
}
</style>
background-color css
<style>
a { background-color: #89DFAE; }
a { background-color: rgb(137,223,174); }
div.DivClassName
{
background-color: #89DFAE;
}
.BgClassName
{
background-color: #89DFAE;
}
</style>
border-color css
<style>
span { border-color: #89DFAE; }
span { border-color: rgb(137,223,174); }
td.TdClassName
{
border-color: #89DFAE;
}
.TagClassName
{
border-color: #89DFAE;
}
</style>