Shades of Vista Blue #98D9B2
Tints of Vista Blue #98D9B2
RGB
CMYK
RGB Variations
Color information
#98D9B2 (or 0x98D9B2) is known color: Vista Blue. HEX triplet: 98, D9 and B2. RGB value is (152,217,178). Sum of RGB (Red+Green+Blue) = 152+217+178=547 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.79% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #98D9B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D9B2 is #67264D. Grayscale: #C1C1C1. Windows color (decimal): -6760014 or 11721112. OLE color: 11721112.
HSL color Cylindrical-coordinate representation of color #98D9B2: hue angle of 144º 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 #98D9B2 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 217 | 178 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.15 |
| HSL | 144º | 0.46% | 0.72% | - |
| HSV(B) | 144º | 0.3% | 0.85% | - |
| XYZ | 45.8 | 59.52 | 51.19 | - |
| YUV | 193.12 | 119.47 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 217 | 178 | 0.30 | 0 | 0.18 | 0.15 | 144 | 0.46 | 0.72 |
| Hex | 98 | D9 | B2 | 1E | 0 | 12 | F | 90 | 2E | 48 |
| Octal | 230 | 331 | 262 | 36 | 0 | 22 | 17 | 220 | 56 | 110 |
| Binary | 10011000 | 11011001 | 10110010 | 11110 | 0 | 10010 | 1111 | 10010000 | 101110 | 1001000 |
Color Harmonies of #98D9B2
Complementary color
Monochromatic Colors of #98D9B2
Black with #98D9B2
Text Example
Text Example
White with #98D9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D9B2; }
p { color: rgb(152,217,178); }
H1.HeaderClassName
{
color: #98D9B2;
}
.AnyTagClassName
{
color: #98D9B2;
}
</style>
background-color css
<style>
a { background-color: #98D9B2; }
a { background-color: rgb(152,217,178); }
div.DivClassName
{
background-color: #98D9B2;
}
.BgClassName
{
background-color: #98D9B2;
}
</style>
border-color css
<style>
span { border-color: #98D9B2; }
span { border-color: rgb(152,217,178); }
td.TdClassName
{
border-color: #98D9B2;
}
.TagClassName
{
border-color: #98D9B2;
}
</style>