Shades of Vista Blue #98D7BB
Tints of Vista Blue #98D7BB
RGB
CMYK
RGB Variations
Color information
#98D7BB (or 0x98D7BB) is known color: Vista Blue. HEX triplet: 98, D7 and BB. RGB value is (152,215,187). Sum of RGB (Red+Green+Blue) = 152+215+187=554 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.44% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 215 - color contains mainly: green. Hex color #98D7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D7BB is #672844. Grayscale: #C1C1C1. Windows color (decimal): -6760517 or 12310424. OLE color: 12310424.
HSL color Cylindrical-coordinate representation of color #98D7BB: hue angle of 153.33º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D7BB is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 215 | 187 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.16 |
| HSL | 153.33º | 0.44% | 0.72% | - |
| HSV(B) | 153.33º | 0.29% | 0.84% | - |
| XYZ | 46.22 | 58.86 | 55.94 | - |
| YUV | 192.97 | 124.63 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 215 | 187 | 0.29 | 0 | 0.13 | 0.16 | 153.33 | 0.44 | 0.72 |
| Hex | 98 | D7 | BB | 1D | 0 | D | 10 | 99 | 2C | 48 |
| Octal | 230 | 327 | 273 | 35 | 0 | 15 | 20 | 231 | 54 | 110 |
| Binary | 10011000 | 11010111 | 10111011 | 11101 | 0 | 1101 | 10000 | 10011001 | 101100 | 1001000 |
Color Harmonies of #98D7BB
Complementary color
Monochromatic Colors of #98D7BB
Black with #98D7BB
Text Example
Text Example
White with #98D7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D7BB; }
p { color: rgb(152,215,187); }
H1.HeaderClassName
{
color: #98D7BB;
}
.AnyTagClassName
{
color: #98D7BB;
}
</style>
background-color css
<style>
a { background-color: #98D7BB; }
a { background-color: rgb(152,215,187); }
div.DivClassName
{
background-color: #98D7BB;
}
.BgClassName
{
background-color: #98D7BB;
}
</style>
border-color css
<style>
span { border-color: #98D7BB; }
span { border-color: rgb(152,215,187); }
td.TdClassName
{
border-color: #98D7BB;
}
.TagClassName
{
border-color: #98D7BB;
}
</style>