Shades of Vista Blue #98C5AF
Tints of Vista Blue #98C5AF
RGB
CMYK
RGB Variations
Color information
#98C5AF (or 0x98C5AF) is known color: Vista Blue. HEX triplet: 98, C5 and AF. RGB value is (152,197,175). Sum of RGB (Red+Green+Blue) = 152+197+175=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 197 - color contains mainly: green. Hex color #98C5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C5AF is #673A50. Grayscale: #B5B5B5. Windows color (decimal): -6765137 or 11519384. OLE color: 11519384.
HSL color Cylindrical-coordinate representation of color #98C5AF: hue angle of 150.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 #98C5AF is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 175 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.23 |
| HSL | 150.67º | 0.28% | 0.68% | - |
| HSV(B) | 150.67º | 0.23% | 0.77% | - |
| XYZ | 40.65 | 49.7 | 48.01 | - |
| YUV | 181.04 | 124.59 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 175 | 0.23 | 0 | 0.11 | 0.23 | 150.67 | 0.28 | 0.68 |
| Hex | 98 | C5 | AF | 17 | 0 | B | 17 | 97 | 1C | 44 |
| Octal | 230 | 305 | 257 | 27 | 0 | 13 | 27 | 227 | 34 | 104 |
| Binary | 10011000 | 11000101 | 10101111 | 10111 | 0 | 1011 | 10111 | 10010111 | 11100 | 1000100 |
Color Harmonies of #98C5AF
Complementary color
Monochromatic Colors of #98C5AF
Black with #98C5AF
Text Example
Text Example
White with #98C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C5AF; }
p { color: rgb(152,197,175); }
H1.HeaderClassName
{
color: #98C5AF;
}
.AnyTagClassName
{
color: #98C5AF;
}
</style>
background-color css
<style>
a { background-color: #98C5AF; }
a { background-color: rgb(152,197,175); }
div.DivClassName
{
background-color: #98C5AF;
}
.BgClassName
{
background-color: #98C5AF;
}
</style>
border-color css
<style>
span { border-color: #98C5AF; }
span { border-color: rgb(152,197,175); }
td.TdClassName
{
border-color: #98C5AF;
}
.TagClassName
{
border-color: #98C5AF;
}
</style>