Shades of Vista Blue #98E0BB
Tints of Vista Blue #98E0BB
RGB
CMYK
RGB Variations
Color information
#98E0BB (or 0x98E0BB) is known color: Vista Blue. HEX triplet: 98, E0 and BB. RGB value is (152,224,187). Sum of RGB (Red+Green+Blue) = 152+224+187=563 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.00% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 224 - color contains mainly: green. Hex color #98E0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E0BB is #671F44. Grayscale: #C6C6C6. Windows color (decimal): -6758213 or 12312728. OLE color: 12312728.
HSL color Cylindrical-coordinate representation of color #98E0BB: hue angle of 149.17º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98E0BB is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 224 | 187 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.12 |
| HSL | 149.17º | 0.54% | 0.74% | - |
| HSV(B) | 149.17º | 0.32% | 0.88% | - |
| XYZ | 48.57 | 63.57 | 56.72 | - |
| YUV | 198.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 224 | 187 | 0.32 | 0 | 0.17 | 0.12 | 149.17 | 0.54 | 0.74 |
| Hex | 98 | E0 | BB | 20 | 0 | 11 | C | 95 | 36 | 4A |
| Octal | 230 | 340 | 273 | 40 | 0 | 21 | 14 | 225 | 66 | 112 |
| Binary | 10011000 | 11100000 | 10111011 | 100000 | 0 | 10001 | 1100 | 10010101 | 110110 | 1001010 |
Color Harmonies of #98E0BB
Complementary color
Monochromatic Colors of #98E0BB
Black with #98E0BB
Text Example
Text Example
White with #98E0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E0BB; }
p { color: rgb(152,224,187); }
H1.HeaderClassName
{
color: #98E0BB;
}
.AnyTagClassName
{
color: #98E0BB;
}
</style>
background-color css
<style>
a { background-color: #98E0BB; }
a { background-color: rgb(152,224,187); }
div.DivClassName
{
background-color: #98E0BB;
}
.BgClassName
{
background-color: #98E0BB;
}
</style>
border-color css
<style>
span { border-color: #98E0BB; }
span { border-color: rgb(152,224,187); }
td.TdClassName
{
border-color: #98E0BB;
}
.TagClassName
{
border-color: #98E0BB;
}
</style>