Shades of Vista Blue #89D6AF
Tints of Vista Blue #89D6AF
RGB
CMYK
RGB Variations
Color information
#89D6AF (or 0x89D6AF) is known color: Vista Blue. HEX triplet: 89, D6 and AF. RGB value is (137,214,175). Sum of RGB (Red+Green+Blue) = 137+214+175=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #89D6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D6AF is #762950. Grayscale: #BABABA. Windows color (decimal): -7743825 or 11523721. OLE color: 11523721.
HSL color Cylindrical-coordinate representation of color #89D6AF: hue angle of 149.61º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89D6AF is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 214 | 175 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.16 |
| HSL | 149.61º | 0.48% | 0.69% | - |
| HSV(B) | 149.61º | 0.36% | 0.84% | - |
| XYZ | 42.1 | 56.51 | 49.25 | - |
| YUV | 186.53 | 121.49 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 214 | 175 | 0.36 | 0 | 0.18 | 0.16 | 149.61 | 0.48 | 0.69 |
| Hex | 89 | D6 | AF | 24 | 0 | 12 | 10 | 96 | 30 | 45 |
| Octal | 211 | 326 | 257 | 44 | 0 | 22 | 20 | 226 | 60 | 105 |
| Binary | 10001001 | 11010110 | 10101111 | 100100 | 0 | 10010 | 10000 | 10010110 | 110000 | 1000101 |
Color Harmonies of #89D6AF
Complementary color
Monochromatic Colors of #89D6AF
Black with #89D6AF
Text Example
Text Example
White with #89D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D6AF; }
p { color: rgb(137,214,175); }
H1.HeaderClassName
{
color: #89D6AF;
}
.AnyTagClassName
{
color: #89D6AF;
}
</style>
background-color css
<style>
a { background-color: #89D6AF; }
a { background-color: rgb(137,214,175); }
div.DivClassName
{
background-color: #89D6AF;
}
.BgClassName
{
background-color: #89D6AF;
}
</style>
border-color css
<style>
span { border-color: #89D6AF; }
span { border-color: rgb(137,214,175); }
td.TdClassName
{
border-color: #89D6AF;
}
.TagClassName
{
border-color: #89D6AF;
}
</style>