Shades of Vista Blue #98DFBC
Tints of Vista Blue #98DFBC
RGB
CMYK
RGB Variations
Color information
#98DFBC (or 0x98DFBC) is known color: Vista Blue. HEX triplet: 98, DF and BC. RGB value is (152,223,188). Sum of RGB (Red+Green+Blue) = 152+223+188=563 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.00% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DFBC is #672043. Grayscale: #C5C5C5. Windows color (decimal): -6758468 or 12378008. OLE color: 12378008.
HSL color Cylindrical-coordinate representation of color #98DFBC: hue angle of 150.42º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DFBC is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 188 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.13 |
| HSL | 150.42º | 0.53% | 0.74% | - |
| HSV(B) | 150.42º | 0.32% | 0.87% | - |
| XYZ | 48.41 | 63.08 | 57.2 | - |
| YUV | 197.78 | 122.48 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 188 | 0.32 | 0 | 0.16 | 0.13 | 150.42 | 0.53 | 0.74 |
| Hex | 98 | DF | BC | 20 | 0 | 10 | D | 96 | 35 | 4A |
| Octal | 230 | 337 | 274 | 40 | 0 | 20 | 15 | 226 | 65 | 112 |
| Binary | 10011000 | 11011111 | 10111100 | 100000 | 0 | 10000 | 1101 | 10010110 | 110101 | 1001010 |
Color Harmonies of #98DFBC
Complementary color
Monochromatic Colors of #98DFBC
Black with #98DFBC
Text Example
Text Example
White with #98DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DFBC; }
p { color: rgb(152,223,188); }
H1.HeaderClassName
{
color: #98DFBC;
}
.AnyTagClassName
{
color: #98DFBC;
}
</style>
background-color css
<style>
a { background-color: #98DFBC; }
a { background-color: rgb(152,223,188); }
div.DivClassName
{
background-color: #98DFBC;
}
.BgClassName
{
background-color: #98DFBC;
}
</style>
border-color css
<style>
span { border-color: #98DFBC; }
span { border-color: rgb(152,223,188); }
td.TdClassName
{
border-color: #98DFBC;
}
.TagClassName
{
border-color: #98DFBC;
}
</style>