Shades of Vista Blue #98DABB
Tints of Vista Blue #98DABB
RGB
CMYK
RGB Variations
Color information
#98DABB (or 0x98DABB) is known color: Vista Blue. HEX triplet: 98, DA and BB. RGB value is (152,218,187). Sum of RGB (Red+Green+Blue) = 152+218+187=557 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.29% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #98DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DABB is #672544. Grayscale: #C2C2C2. Windows color (decimal): -6759749 or 12311192. OLE color: 12311192.
HSL color Cylindrical-coordinate representation of color #98DABB: hue angle of 151.82º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98DABB is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 218 | 187 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.15 |
| HSL | 151.82º | 0.47% | 0.73% | - |
| HSV(B) | 151.82º | 0.3% | 0.85% | - |
| XYZ | 46.99 | 60.41 | 56.2 | - |
| YUV | 194.73 | 123.63 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 218 | 187 | 0.30 | 0 | 0.14 | 0.15 | 151.82 | 0.47 | 0.73 |
| Hex | 98 | DA | BB | 1E | 0 | E | F | 98 | 2F | 49 |
| Octal | 230 | 332 | 273 | 36 | 0 | 16 | 17 | 230 | 57 | 111 |
| Binary | 10011000 | 11011010 | 10111011 | 11110 | 0 | 1110 | 1111 | 10011000 | 101111 | 1001001 |
Color Harmonies of #98DABB
Complementary color
Monochromatic Colors of #98DABB
Black with #98DABB
Text Example
Text Example
White with #98DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DABB; }
p { color: rgb(152,218,187); }
H1.HeaderClassName
{
color: #98DABB;
}
.AnyTagClassName
{
color: #98DABB;
}
</style>
background-color css
<style>
a { background-color: #98DABB; }
a { background-color: rgb(152,218,187); }
div.DivClassName
{
background-color: #98DABB;
}
.BgClassName
{
background-color: #98DABB;
}
</style>
border-color css
<style>
span { border-color: #98DABB; }
span { border-color: rgb(152,218,187); }
td.TdClassName
{
border-color: #98DABB;
}
.TagClassName
{
border-color: #98DABB;
}
</style>