Shades of Vista Blue #98E9BE
Tints of Vista Blue #98E9BE
RGB
CMYK
RGB Variations
Color information
#98E9BE (or 0x98E9BE) is known color: Vista Blue. HEX triplet: 98, E9 and BE. RGB value is (152,233,190). Sum of RGB (Red+Green+Blue) = 152+233+190=575 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.43% from 575); Green value is 233 (91.41% from 255 or 40.52% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 233 - color contains mainly: green. Hex color #98E9BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98E9BE is #671641. Grayscale: #CBCBCB. Windows color (decimal): -6755906 or 12511640. OLE color: 12511640.
HSL color Cylindrical-coordinate representation of color #98E9BE: hue angle of 148.15º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98E9BE is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 233 | 190 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.09 |
| HSL | 148.15º | 0.65% | 0.75% | - |
| HSV(B) | 148.15º | 0.35% | 0.91% | - |
| XYZ | 51.38 | 68.67 | 59.26 | - |
| YUV | 203.88 | 120.16 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 233 | 190 | 0.35 | 0 | 0.18 | 0.09 | 148.15 | 0.65 | 0.75 |
| Hex | 98 | E9 | BE | 23 | 0 | 12 | 9 | 94 | 41 | 4B |
| Octal | 230 | 351 | 276 | 43 | 0 | 22 | 11 | 224 | 101 | 113 |
| Binary | 10011000 | 11101001 | 10111110 | 100011 | 0 | 10010 | 1001 | 10010100 | 1000001 | 1001011 |
Color Harmonies of #98E9BE
Complementary color
Monochromatic Colors of #98E9BE
Black with #98E9BE
Text Example
Text Example
White with #98E9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E9BE; }
p { color: rgb(152,233,190); }
H1.HeaderClassName
{
color: #98E9BE;
}
.AnyTagClassName
{
color: #98E9BE;
}
</style>
background-color css
<style>
a { background-color: #98E9BE; }
a { background-color: rgb(152,233,190); }
div.DivClassName
{
background-color: #98E9BE;
}
.BgClassName
{
background-color: #98E9BE;
}
</style>
border-color css
<style>
span { border-color: #98E9BE; }
span { border-color: rgb(152,233,190); }
td.TdClassName
{
border-color: #98E9BE;
}
.TagClassName
{
border-color: #98E9BE;
}
</style>