Shades of Vista Blue #98D6BB
Tints of Vista Blue #98D6BB
RGB
CMYK
RGB Variations
Color information
#98D6BB (or 0x98D6BB) is known color: Vista Blue. HEX triplet: 98, D6 and BB. RGB value is (152,214,187). Sum of RGB (Red+Green+Blue) = 152+214+187=553 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.49% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #98D6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D6BB is #672944. Grayscale: #C0C0C0. Windows color (decimal): -6760773 or 12310168. OLE color: 12310168.
HSL color Cylindrical-coordinate representation of color #98D6BB: hue angle of 153.87º 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 #98D6BB is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 214 | 187 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.16 |
| HSL | 153.87º | 0.43% | 0.72% | - |
| HSV(B) | 153.87º | 0.29% | 0.84% | - |
| XYZ | 45.97 | 58.36 | 55.86 | - |
| YUV | 192.38 | 124.96 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 214 | 187 | 0.29 | 0 | 0.13 | 0.16 | 153.87 | 0.43 | 0.72 |
| Hex | 98 | D6 | BB | 1D | 0 | D | 10 | 9A | 2B | 48 |
| Octal | 230 | 326 | 273 | 35 | 0 | 15 | 20 | 232 | 53 | 110 |
| Binary | 10011000 | 11010110 | 10111011 | 11101 | 0 | 1101 | 10000 | 10011010 | 101011 | 1001000 |
Color Harmonies of #98D6BB
Complementary color
Monochromatic Colors of #98D6BB
Black with #98D6BB
Text Example
Text Example
White with #98D6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D6BB; }
p { color: rgb(152,214,187); }
H1.HeaderClassName
{
color: #98D6BB;
}
.AnyTagClassName
{
color: #98D6BB;
}
</style>
background-color css
<style>
a { background-color: #98D6BB; }
a { background-color: rgb(152,214,187); }
div.DivClassName
{
background-color: #98D6BB;
}
.BgClassName
{
background-color: #98D6BB;
}
</style>
border-color css
<style>
span { border-color: #98D6BB; }
span { border-color: rgb(152,214,187); }
td.TdClassName
{
border-color: #98D6BB;
}
.TagClassName
{
border-color: #98D6BB;
}
</style>