Shades of Vista Blue #89EFAF
Tints of Vista Blue #89EFAF
RGB
CMYK
RGB Variations
Color information
#89EFAF (or 0x89EFAF) is known color: Vista Blue. HEX triplet: 89, EF and AF. RGB value is (137,239,175). Sum of RGB (Red+Green+Blue) = 137+239+175=551 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.86% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #89EFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #89EFAF is #761050. Grayscale: #C9C9C9. Windows color (decimal): -7737425 or 11530121. OLE color: 11530121.
HSL color Cylindrical-coordinate representation of color #89EFAF: hue angle of 142.35º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89EFAF is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 239 | 175 | - |
| CMYK | 0.43 | 0 | 0.27 | 0.06 |
| HSL | 142.35º | 0.76% | 0.74% | - |
| HSV(B) | 142.35º | 0.43% | 0.94% | - |
| XYZ | 48.92 | 70.15 | 51.52 | - |
| YUV | 201.21 | 113.21 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 239 | 175 | 0.43 | 0 | 0.27 | 0.06 | 142.35 | 0.76 | 0.74 |
| Hex | 89 | EF | AF | 2B | 0 | 1B | 6 | 8E | 4C | 4A |
| Octal | 211 | 357 | 257 | 53 | 0 | 33 | 6 | 216 | 114 | 112 |
| Binary | 10001001 | 11101111 | 10101111 | 101011 | 0 | 11011 | 110 | 10001110 | 1001100 | 1001010 |
Color Harmonies of #89EFAF
Complementary color
Monochromatic Colors of #89EFAF
Black with #89EFAF
Text Example
Text Example
White with #89EFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EFAF; }
p { color: rgb(137,239,175); }
H1.HeaderClassName
{
color: #89EFAF;
}
.AnyTagClassName
{
color: #89EFAF;
}
</style>
background-color css
<style>
a { background-color: #89EFAF; }
a { background-color: rgb(137,239,175); }
div.DivClassName
{
background-color: #89EFAF;
}
.BgClassName
{
background-color: #89EFAF;
}
</style>
border-color css
<style>
span { border-color: #89EFAF; }
span { border-color: rgb(137,239,175); }
td.TdClassName
{
border-color: #89EFAF;
}
.TagClassName
{
border-color: #89EFAF;
}
</style>