Shades of Vista Blue #98C5AA
Tints of Vista Blue #98C5AA
RGB
CMYK
RGB Variations
Color information
#98C5AA (or 0x98C5AA) is known color: Vista Blue. HEX triplet: 98, C5 and AA. RGB value is (152,197,170). Sum of RGB (Red+Green+Blue) = 152+197+170=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 197 - color contains mainly: green. Hex color #98C5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C5AA is #673A55. Grayscale: #B4B4B4. Windows color (decimal): -6765142 or 11191704. OLE color: 11191704.
HSL color Cylindrical-coordinate representation of color #98C5AA: hue angle of 144º 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 #98C5AA is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 170 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.23 |
| HSL | 144º | 0.28% | 0.68% | - |
| HSV(B) | 144º | 0.23% | 0.77% | - |
| XYZ | 40.17 | 49.51 | 45.47 | - |
| YUV | 180.47 | 122.09 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 170 | 0.23 | 0 | 0.14 | 0.23 | 144 | 0.28 | 0.68 |
| Hex | 98 | C5 | AA | 17 | 0 | E | 17 | 90 | 1C | 44 |
| Octal | 230 | 305 | 252 | 27 | 0 | 16 | 27 | 220 | 34 | 104 |
| Binary | 10011000 | 11000101 | 10101010 | 10111 | 0 | 1110 | 10111 | 10010000 | 11100 | 1000100 |
Color Harmonies of #98C5AA
Complementary color
Monochromatic Colors of #98C5AA
Black with #98C5AA
Text Example
Text Example
White with #98C5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C5AA; }
p { color: rgb(152,197,170); }
H1.HeaderClassName
{
color: #98C5AA;
}
.AnyTagClassName
{
color: #98C5AA;
}
</style>
background-color css
<style>
a { background-color: #98C5AA; }
a { background-color: rgb(152,197,170); }
div.DivClassName
{
background-color: #98C5AA;
}
.BgClassName
{
background-color: #98C5AA;
}
</style>
border-color css
<style>
span { border-color: #98C5AA; }
span { border-color: rgb(152,197,170); }
td.TdClassName
{
border-color: #98C5AA;
}
.TagClassName
{
border-color: #98C5AA;
}
</style>