Shades of Vista Blue #98D7BD
Tints of Vista Blue #98D7BD
RGB
CMYK
RGB Variations
Color information
#98D7BD (or 0x98D7BD) is known color: Vista Blue. HEX triplet: 98, D7 and BD. RGB value is (152,215,189). Sum of RGB (Red+Green+Blue) = 152+215+189=556 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.34% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 215 - color contains mainly: green. Hex color #98D7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D7BD is #672842. Grayscale: #C1C1C1. Windows color (decimal): -6760515 or 12441496. OLE color: 12441496.
HSL color Cylindrical-coordinate representation of color #98D7BD: hue angle of 155.24º 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 #98D7BD is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 215 | 189 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.16 |
| HSL | 155.24º | 0.44% | 0.72% | - |
| HSV(B) | 155.24º | 0.29% | 0.84% | - |
| XYZ | 46.43 | 58.95 | 57.08 | - |
| YUV | 193.2 | 125.63 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 215 | 189 | 0.29 | 0 | 0.12 | 0.16 | 155.24 | 0.44 | 0.72 |
| Hex | 98 | D7 | BD | 1D | 0 | C | 10 | 9B | 2C | 48 |
| Octal | 230 | 327 | 275 | 35 | 0 | 14 | 20 | 233 | 54 | 110 |
| Binary | 10011000 | 11010111 | 10111101 | 11101 | 0 | 1100 | 10000 | 10011011 | 101100 | 1001000 |
Color Harmonies of #98D7BD
Complementary color
Monochromatic Colors of #98D7BD
Black with #98D7BD
Text Example
Text Example
White with #98D7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D7BD; }
p { color: rgb(152,215,189); }
H1.HeaderClassName
{
color: #98D7BD;
}
.AnyTagClassName
{
color: #98D7BD;
}
</style>
background-color css
<style>
a { background-color: #98D7BD; }
a { background-color: rgb(152,215,189); }
div.DivClassName
{
background-color: #98D7BD;
}
.BgClassName
{
background-color: #98D7BD;
}
</style>
border-color css
<style>
span { border-color: #98D7BD; }
span { border-color: rgb(152,215,189); }
td.TdClassName
{
border-color: #98D7BD;
}
.TagClassName
{
border-color: #98D7BD;
}
</style>