Shades of Vista Blue #98D6AD
Tints of Vista Blue #98D6AD
RGB
CMYK
RGB Variations
Color information
#98D6AD (or 0x98D6AD) is known color: Vista Blue. HEX triplet: 98, D6 and AD. RGB value is (152,214,173). Sum of RGB (Red+Green+Blue) = 152+214+173=539 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.20% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #98D6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D6AD is #672952. Grayscale: #BEBEBE. Windows color (decimal): -6760787 or 11392664. OLE color: 11392664.
HSL color Cylindrical-coordinate representation of color #98D6AD: hue angle of 140.32º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D6AD is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 214 | 173 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.16 |
| HSL | 140.32º | 0.43% | 0.72% | - |
| HSV(B) | 140.32º | 0.29% | 0.84% | - |
| XYZ | 44.54 | 57.79 | 48.34 | - |
| YUV | 190.79 | 117.96 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 214 | 173 | 0.29 | 0 | 0.19 | 0.16 | 140.32 | 0.43 | 0.72 |
| Hex | 98 | D6 | AD | 1D | 0 | 13 | 10 | 8C | 2B | 48 |
| Octal | 230 | 326 | 255 | 35 | 0 | 23 | 20 | 214 | 53 | 110 |
| Binary | 10011000 | 11010110 | 10101101 | 11101 | 0 | 10011 | 10000 | 10001100 | 101011 | 1001000 |
Color Harmonies of #98D6AD
Complementary color
Monochromatic Colors of #98D6AD
Black with #98D6AD
Text Example
Text Example
White with #98D6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D6AD; }
p { color: rgb(152,214,173); }
H1.HeaderClassName
{
color: #98D6AD;
}
.AnyTagClassName
{
color: #98D6AD;
}
</style>
background-color css
<style>
a { background-color: #98D6AD; }
a { background-color: rgb(152,214,173); }
div.DivClassName
{
background-color: #98D6AD;
}
.BgClassName
{
background-color: #98D6AD;
}
</style>
border-color css
<style>
span { border-color: #98D6AD; }
span { border-color: rgb(152,214,173); }
td.TdClassName
{
border-color: #98D6AD;
}
.TagClassName
{
border-color: #98D6AD;
}
</style>