Shades of Vista Blue #98D8BC
Tints of Vista Blue #98D8BC
RGB
CMYK
RGB Variations
Color information
#98D8BC (or 0x98D8BC) is known color: Vista Blue. HEX triplet: 98, D8 and BC. RGB value is (152,216,188). Sum of RGB (Red+Green+Blue) = 152+216+188=556 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.34% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 216 - color contains mainly: green. Hex color #98D8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D8BC is #672743. Grayscale: #C1C1C1. Windows color (decimal): -6760260 or 12376216. OLE color: 12376216.
HSL color Cylindrical-coordinate representation of color #98D8BC: hue angle of 153.75º 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 #98D8BC is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 216 | 188 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.15 |
| HSL | 153.75º | 0.45% | 0.72% | - |
| HSV(B) | 153.75º | 0.3% | 0.85% | - |
| XYZ | 46.58 | 59.42 | 56.59 | - |
| YUV | 193.67 | 124.8 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 216 | 188 | 0.30 | 0 | 0.13 | 0.15 | 153.75 | 0.45 | 0.72 |
| Hex | 98 | D8 | BC | 1E | 0 | D | F | 9A | 2D | 48 |
| Octal | 230 | 330 | 274 | 36 | 0 | 15 | 17 | 232 | 55 | 110 |
| Binary | 10011000 | 11011000 | 10111100 | 11110 | 0 | 1101 | 1111 | 10011010 | 101101 | 1001000 |
Color Harmonies of #98D8BC
Complementary color
Monochromatic Colors of #98D8BC
Black with #98D8BC
Text Example
Text Example
White with #98D8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D8BC; }
p { color: rgb(152,216,188); }
H1.HeaderClassName
{
color: #98D8BC;
}
.AnyTagClassName
{
color: #98D8BC;
}
</style>
background-color css
<style>
a { background-color: #98D8BC; }
a { background-color: rgb(152,216,188); }
div.DivClassName
{
background-color: #98D8BC;
}
.BgClassName
{
background-color: #98D8BC;
}
</style>
border-color css
<style>
span { border-color: #98D8BC; }
span { border-color: rgb(152,216,188); }
td.TdClassName
{
border-color: #98D8BC;
}
.TagClassName
{
border-color: #98D8BC;
}
</style>