Shades of Vista Blue #98D0AD
Tints of Vista Blue #98D0AD
RGB
CMYK
RGB Variations
Color information
#98D0AD (or 0x98D0AD) is known color: Vista Blue. HEX triplet: 98, D0 and AD. RGB value is (152,208,173). Sum of RGB (Red+Green+Blue) = 152+208+173=533 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.52% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 208 - color contains mainly: green. Hex color #98D0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D0AD is #672F52. Grayscale: #BBBBBB. Windows color (decimal): -6762323 or 11391128. OLE color: 11391128.
HSL color Cylindrical-coordinate representation of color #98D0AD: hue angle of 142.5º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98D0AD is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 208 | 173 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.18 |
| HSL | 142.5º | 0.37% | 0.71% | - |
| HSV(B) | 142.5º | 0.27% | 0.82% | - |
| XYZ | 43.05 | 54.8 | 47.84 | - |
| YUV | 187.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 173 | 0.27 | 0 | 0.17 | 0.18 | 142.5 | 0.37 | 0.71 |
| Hex | 98 | D0 | AD | 1B | 0 | 11 | 12 | 8E | 25 | 47 |
| Octal | 230 | 320 | 255 | 33 | 0 | 21 | 22 | 216 | 45 | 107 |
| Binary | 10011000 | 11010000 | 10101101 | 11011 | 0 | 10001 | 10010 | 10001110 | 100101 | 1000111 |
Color Harmonies of #98D0AD
Complementary color
Monochromatic Colors of #98D0AD
Black with #98D0AD
Text Example
Text Example
White with #98D0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D0AD; }
p { color: rgb(152,208,173); }
H1.HeaderClassName
{
color: #98D0AD;
}
.AnyTagClassName
{
color: #98D0AD;
}
</style>
background-color css
<style>
a { background-color: #98D0AD; }
a { background-color: rgb(152,208,173); }
div.DivClassName
{
background-color: #98D0AD;
}
.BgClassName
{
background-color: #98D0AD;
}
</style>
border-color css
<style>
span { border-color: #98D0AD; }
span { border-color: rgb(152,208,173); }
td.TdClassName
{
border-color: #98D0AD;
}
.TagClassName
{
border-color: #98D0AD;
}
</style>