Shades of Vista Blue #98C5A9
Tints of Vista Blue #98C5A9
RGB
CMYK
RGB Variations
Color information
#98C5A9 (or 0x98C5A9) is known color: Vista Blue. HEX triplet: 98, C5 and A9. RGB value is (152,197,169). Sum of RGB (Red+Green+Blue) = 152+197+169=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 197 - color contains mainly: green. Hex color #98C5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C5A9 is #673A56. Grayscale: #B4B4B4. Windows color (decimal): -6765143 or 11126168. OLE color: 11126168.
HSL color Cylindrical-coordinate representation of color #98C5A9: hue angle of 142.67º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98C5A9 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 169 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.23 |
| HSL | 142.67º | 0.28% | 0.68% | - |
| HSV(B) | 142.67º | 0.23% | 0.77% | - |
| XYZ | 40.08 | 49.47 | 44.97 | - |
| YUV | 180.35 | 121.59 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 169 | 0.23 | 0 | 0.14 | 0.23 | 142.67 | 0.28 | 0.68 |
| Hex | 98 | C5 | A9 | 17 | 0 | E | 17 | 8F | 1C | 44 |
| Octal | 230 | 305 | 251 | 27 | 0 | 16 | 27 | 217 | 34 | 104 |
| Binary | 10011000 | 11000101 | 10101001 | 10111 | 0 | 1110 | 10111 | 10001111 | 11100 | 1000100 |
Color Harmonies of #98C5A9
Complementary color
Monochromatic Colors of #98C5A9
Black with #98C5A9
Text Example
Text Example
White with #98C5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C5A9; }
p { color: rgb(152,197,169); }
H1.HeaderClassName
{
color: #98C5A9;
}
.AnyTagClassName
{
color: #98C5A9;
}
</style>
background-color css
<style>
a { background-color: #98C5A9; }
a { background-color: rgb(152,197,169); }
div.DivClassName
{
background-color: #98C5A9;
}
.BgClassName
{
background-color: #98C5A9;
}
</style>
border-color css
<style>
span { border-color: #98C5A9; }
span { border-color: rgb(152,197,169); }
td.TdClassName
{
border-color: #98C5A9;
}
.TagClassName
{
border-color: #98C5A9;
}
</style>