Shades of Vista Blue #98E4BB
Tints of Vista Blue #98E4BB
RGB
CMYK
RGB Variations
Color information
#98E4BB (or 0x98E4BB) is known color: Vista Blue. HEX triplet: 98, E4 and BB. RGB value is (152,228,187). Sum of RGB (Red+Green+Blue) = 152+228+187=567 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.81% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 228 - color contains mainly: green. Hex color #98E4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E4BB is #671B44. Grayscale: #C8C8C8. Windows color (decimal): -6757189 or 12313752. OLE color: 12313752.
HSL color Cylindrical-coordinate representation of color #98E4BB: hue angle of 147.63º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98E4BB is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 228 | 187 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.11 |
| HSL | 147.63º | 0.58% | 0.75% | - |
| HSV(B) | 147.63º | 0.33% | 0.89% | - |
| XYZ | 49.66 | 65.75 | 57.09 | - |
| YUV | 200.6 | 120.32 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 228 | 187 | 0.33 | 0 | 0.18 | 0.11 | 147.63 | 0.58 | 0.75 |
| Hex | 98 | E4 | BB | 21 | 0 | 12 | B | 94 | 3A | 4B |
| Octal | 230 | 344 | 273 | 41 | 0 | 22 | 13 | 224 | 72 | 113 |
| Binary | 10011000 | 11100100 | 10111011 | 100001 | 0 | 10010 | 1011 | 10010100 | 111010 | 1001011 |
Color Harmonies of #98E4BB
Complementary color
Monochromatic Colors of #98E4BB
Black with #98E4BB
Text Example
Text Example
White with #98E4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E4BB; }
p { color: rgb(152,228,187); }
H1.HeaderClassName
{
color: #98E4BB;
}
.AnyTagClassName
{
color: #98E4BB;
}
</style>
background-color css
<style>
a { background-color: #98E4BB; }
a { background-color: rgb(152,228,187); }
div.DivClassName
{
background-color: #98E4BB;
}
.BgClassName
{
background-color: #98E4BB;
}
</style>
border-color css
<style>
span { border-color: #98E4BB; }
span { border-color: rgb(152,228,187); }
td.TdClassName
{
border-color: #98E4BB;
}
.TagClassName
{
border-color: #98E4BB;
}
</style>