Shades of Vista Blue #89F0B5
Tints of Vista Blue #89F0B5
RGB
CMYK
RGB Variations
Color information
#89F0B5 (or 0x89F0B5) is known color: Vista Blue. HEX triplet: 89, F0 and B5. RGB value is (137,240,181). Sum of RGB (Red+Green+Blue) = 137+240+181=558 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.55% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #89F0B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F0B5 is #760F4A. Grayscale: #CACACA. Windows color (decimal): -7737163 or 11923593. OLE color: 11923593.
HSL color Cylindrical-coordinate representation of color #89F0B5: hue angle of 145.63º degrees, saturation: 0.77, 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 #89F0B5 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 240 | 181 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.06 |
| HSL | 145.63º | 0.77% | 0.74% | - |
| HSV(B) | 145.63º | 0.43% | 0.94% | - |
| XYZ | 49.82 | 70.97 | 54.79 | - |
| YUV | 202.48 | 115.88 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 240 | 181 | 0.43 | 0 | 0.25 | 0.06 | 145.63 | 0.77 | 0.74 |
| Hex | 89 | F0 | B5 | 2B | 0 | 19 | 6 | 92 | 4D | 4A |
| Octal | 211 | 360 | 265 | 53 | 0 | 31 | 6 | 222 | 115 | 112 |
| Binary | 10001001 | 11110000 | 10110101 | 101011 | 0 | 11001 | 110 | 10010010 | 1001101 | 1001010 |
Color Harmonies of #89F0B5
Complementary color
Monochromatic Colors of #89F0B5
Black with #89F0B5
Text Example
Text Example
White with #89F0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F0B5; }
p { color: rgb(137,240,181); }
H1.HeaderClassName
{
color: #89F0B5;
}
.AnyTagClassName
{
color: #89F0B5;
}
</style>
background-color css
<style>
a { background-color: #89F0B5; }
a { background-color: rgb(137,240,181); }
div.DivClassName
{
background-color: #89F0B5;
}
.BgClassName
{
background-color: #89F0B5;
}
</style>
border-color css
<style>
span { border-color: #89F0B5; }
span { border-color: rgb(137,240,181); }
td.TdClassName
{
border-color: #89F0B5;
}
.TagClassName
{
border-color: #89F0B5;
}
</style>