Shades of Vista Blue #89E1B3
Tints of Vista Blue #89E1B3
RGB
CMYK
RGB Variations
Color information
#89E1B3 (or 0x89E1B3) is known color: Vista Blue. HEX triplet: 89, E1 and B3. RGB value is (137,225,179). Sum of RGB (Red+Green+Blue) = 137+225+179=541 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.32% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #89E1B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89E1B3 is #761E4C. Grayscale: #C1C1C1. Windows color (decimal): -7741005 or 11788681. OLE color: 11788681.
HSL color Cylindrical-coordinate representation of color #89E1B3: hue angle of 148.64º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89E1B3 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 225 | 179 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.12 |
| HSL | 148.64º | 0.59% | 0.71% | - |
| HSV(B) | 148.64º | 0.39% | 0.88% | - |
| XYZ | 45.38 | 62.42 | 52.31 | - |
| YUV | 193.44 | 119.85 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 225 | 179 | 0.39 | 0 | 0.20 | 0.12 | 148.64 | 0.59 | 0.71 |
| Hex | 89 | E1 | B3 | 27 | 0 | 14 | C | 95 | 3B | 47 |
| Octal | 211 | 341 | 263 | 47 | 0 | 24 | 14 | 225 | 73 | 107 |
| Binary | 10001001 | 11100001 | 10110011 | 100111 | 0 | 10100 | 1100 | 10010101 | 111011 | 1000111 |
Color Harmonies of #89E1B3
Complementary color
Monochromatic Colors of #89E1B3
Black with #89E1B3
Text Example
Text Example
White with #89E1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E1B3; }
p { color: rgb(137,225,179); }
H1.HeaderClassName
{
color: #89E1B3;
}
.AnyTagClassName
{
color: #89E1B3;
}
</style>
background-color css
<style>
a { background-color: #89E1B3; }
a { background-color: rgb(137,225,179); }
div.DivClassName
{
background-color: #89E1B3;
}
.BgClassName
{
background-color: #89E1B3;
}
</style>
border-color css
<style>
span { border-color: #89E1B3; }
span { border-color: rgb(137,225,179); }
td.TdClassName
{
border-color: #89E1B3;
}
.TagClassName
{
border-color: #89E1B3;
}
</style>