Shades of Vista Blue #98D8BA
Tints of Vista Blue #98D8BA
RGB
CMYK
RGB Variations
Color information
#98D8BA (or 0x98D8BA) is known color: Vista Blue. HEX triplet: 98, D8 and BA. RGB value is (152,216,186). Sum of RGB (Red+Green+Blue) = 152+216+186=554 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.44% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 216 - color contains mainly: green. Hex color #98D8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D8BA is #672745. Grayscale: #C1C1C1. Windows color (decimal): -6760262 or 12245144. OLE color: 12245144.
HSL color Cylindrical-coordinate representation of color #98D8BA: hue angle of 151.88º degrees, saturation: 0.45, 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 #98D8BA is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 216 | 186 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.15 |
| HSL | 151.88º | 0.45% | 0.72% | - |
| HSV(B) | 151.88º | 0.3% | 0.85% | - |
| XYZ | 46.37 | 59.33 | 55.46 | - |
| YUV | 193.44 | 123.8 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 216 | 186 | 0.30 | 0 | 0.14 | 0.15 | 151.88 | 0.45 | 0.72 |
| Hex | 98 | D8 | BA | 1E | 0 | E | F | 98 | 2D | 48 |
| Octal | 230 | 330 | 272 | 36 | 0 | 16 | 17 | 230 | 55 | 110 |
| Binary | 10011000 | 11011000 | 10111010 | 11110 | 0 | 1110 | 1111 | 10011000 | 101101 | 1001000 |
Color Harmonies of #98D8BA
Complementary color
Monochromatic Colors of #98D8BA
Black with #98D8BA
Text Example
Text Example
White with #98D8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D8BA; }
p { color: rgb(152,216,186); }
H1.HeaderClassName
{
color: #98D8BA;
}
.AnyTagClassName
{
color: #98D8BA;
}
</style>
background-color css
<style>
a { background-color: #98D8BA; }
a { background-color: rgb(152,216,186); }
div.DivClassName
{
background-color: #98D8BA;
}
.BgClassName
{
background-color: #98D8BA;
}
</style>
border-color css
<style>
span { border-color: #98D8BA; }
span { border-color: rgb(152,216,186); }
td.TdClassName
{
border-color: #98D8BA;
}
.TagClassName
{
border-color: #98D8BA;
}
</style>