Shades of Vista Blue #89F5B6
Tints of Vista Blue #89F5B6
RGB
CMYK
RGB Variations
Color information
#89F5B6 (or 0x89F5B6) is known color: Vista Blue. HEX triplet: 89, F5 and B6. RGB value is (137,245,182). Sum of RGB (Red+Green+Blue) = 137+245+182=564 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.29% from 564); Green value is 245 (96.09% from 255 or 43.44% from 564); Blue value is 182 (71.48% from 255 or 32.27% from 564); Max value from RGB is 245 - color contains mainly: green. Hex color #89F5B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F5B6 is #760A49. Grayscale: #CDCDCD. Windows color (decimal): -7735882 or 11990409. OLE color: 11990409.
HSL color Cylindrical-coordinate representation of color #89F5B6: hue angle of 145º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89F5B6 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 245 | 182 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.04 |
| HSL | 145º | 0.84% | 0.75% | - |
| HSV(B) | 145º | 0.44% | 0.96% | - |
| XYZ | 51.41 | 74 | 55.83 | - |
| YUV | 205.53 | 114.72 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 245 | 182 | 0.44 | 0 | 0.26 | 0.04 | 145 | 0.84 | 0.75 |
| Hex | 89 | F5 | B6 | 2C | 0 | 1A | 4 | 91 | 54 | 4B |
| Octal | 211 | 365 | 266 | 54 | 0 | 32 | 4 | 221 | 124 | 113 |
| Binary | 10001001 | 11110101 | 10110110 | 101100 | 0 | 11010 | 100 | 10010001 | 1010100 | 1001011 |
Color Harmonies of #89F5B6
Complementary color
Monochromatic Colors of #89F5B6
Black with #89F5B6
Text Example
Text Example
White with #89F5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F5B6; }
p { color: rgb(137,245,182); }
H1.HeaderClassName
{
color: #89F5B6;
}
.AnyTagClassName
{
color: #89F5B6;
}
</style>
background-color css
<style>
a { background-color: #89F5B6; }
a { background-color: rgb(137,245,182); }
div.DivClassName
{
background-color: #89F5B6;
}
.BgClassName
{
background-color: #89F5B6;
}
</style>
border-color css
<style>
span { border-color: #89F5B6; }
span { border-color: rgb(137,245,182); }
td.TdClassName
{
border-color: #89F5B6;
}
.TagClassName
{
border-color: #89F5B6;
}
</style>