Shades of Vista Blue #98D5B9
Tints of Vista Blue #98D5B9
RGB
CMYK
RGB Variations
Color information
#98D5B9 (or 0x98D5B9) is known color: Vista Blue. HEX triplet: 98, D5 and B9. RGB value is (152,213,185). Sum of RGB (Red+Green+Blue) = 152+213+185=550 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.64% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D5B9 is #672A46. Grayscale: #BFBFBF. Windows color (decimal): -6761031 or 12178840. OLE color: 12178840.
HSL color Cylindrical-coordinate representation of color #98D5B9: hue angle of 152.46º degrees, saturation: 0.42, 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 #98D5B9 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 213 | 185 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.16 |
| HSL | 152.46º | 0.42% | 0.72% | - |
| HSV(B) | 152.46º | 0.29% | 0.84% | - |
| XYZ | 45.5 | 57.77 | 54.65 | - |
| YUV | 191.57 | 124.29 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 213 | 185 | 0.29 | 0 | 0.13 | 0.16 | 152.46 | 0.42 | 0.72 |
| Hex | 98 | D5 | B9 | 1D | 0 | D | 10 | 98 | 2A | 48 |
| Octal | 230 | 325 | 271 | 35 | 0 | 15 | 20 | 230 | 52 | 110 |
| Binary | 10011000 | 11010101 | 10111001 | 11101 | 0 | 1101 | 10000 | 10011000 | 101010 | 1001000 |
Color Harmonies of #98D5B9
Complementary color
Monochromatic Colors of #98D5B9
Black with #98D5B9
Text Example
Text Example
White with #98D5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D5B9; }
p { color: rgb(152,213,185); }
H1.HeaderClassName
{
color: #98D5B9;
}
.AnyTagClassName
{
color: #98D5B9;
}
</style>
background-color css
<style>
a { background-color: #98D5B9; }
a { background-color: rgb(152,213,185); }
div.DivClassName
{
background-color: #98D5B9;
}
.BgClassName
{
background-color: #98D5B9;
}
</style>
border-color css
<style>
span { border-color: #98D5B9; }
span { border-color: rgb(152,213,185); }
td.TdClassName
{
border-color: #98D5B9;
}
.TagClassName
{
border-color: #98D5B9;
}
</style>