Shades of Vista Blue #98D9BA
Tints of Vista Blue #98D9BA
RGB
CMYK
RGB Variations
Color information
#98D9BA (or 0x98D9BA) is known color: Vista Blue. HEX triplet: 98, D9 and BA. RGB value is (152,217,186). Sum of RGB (Red+Green+Blue) = 152+217+186=555 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.39% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 217 - color contains mainly: green. Hex color #98D9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D9BA is #672645. Grayscale: #C2C2C2. Windows color (decimal): -6760006 or 12245400. OLE color: 12245400.
HSL color Cylindrical-coordinate representation of color #98D9BA: hue angle of 151.38º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98D9BA is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 217 | 186 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.15 |
| HSL | 151.38º | 0.46% | 0.72% | - |
| HSV(B) | 151.38º | 0.3% | 0.85% | - |
| XYZ | 46.62 | 59.85 | 55.55 | - |
| YUV | 194.03 | 123.47 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 217 | 186 | 0.30 | 0 | 0.14 | 0.15 | 151.38 | 0.46 | 0.72 |
| Hex | 98 | D9 | BA | 1E | 0 | E | F | 97 | 2E | 48 |
| Octal | 230 | 331 | 272 | 36 | 0 | 16 | 17 | 227 | 56 | 110 |
| Binary | 10011000 | 11011001 | 10111010 | 11110 | 0 | 1110 | 1111 | 10010111 | 101110 | 1001000 |
Color Harmonies of #98D9BA
Complementary color
Monochromatic Colors of #98D9BA
Black with #98D9BA
Text Example
Text Example
White with #98D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D9BA; }
p { color: rgb(152,217,186); }
H1.HeaderClassName
{
color: #98D9BA;
}
.AnyTagClassName
{
color: #98D9BA;
}
</style>
background-color css
<style>
a { background-color: #98D9BA; }
a { background-color: rgb(152,217,186); }
div.DivClassName
{
background-color: #98D9BA;
}
.BgClassName
{
background-color: #98D9BA;
}
</style>
border-color css
<style>
span { border-color: #98D9BA; }
span { border-color: rgb(152,217,186); }
td.TdClassName
{
border-color: #98D9BA;
}
.TagClassName
{
border-color: #98D9BA;
}
</style>