Shades of Vista Blue #98DFB1
Tints of Vista Blue #98DFB1
RGB
CMYK
RGB Variations
Color information
#98DFB1 (or 0x98DFB1) is known color: Vista Blue. HEX triplet: 98, DF and B1. RGB value is (152,223,177). Sum of RGB (Red+Green+Blue) = 152+223+177=552 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.54% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DFB1 is #67204E. Grayscale: #C4C4C4. Windows color (decimal): -6758479 or 11657112. OLE color: 11657112.
HSL color Cylindrical-coordinate representation of color #98DFB1: hue angle of 141.13º 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 #98DFB1 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 177 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.13 |
| HSL | 141.13º | 0.53% | 0.74% | - |
| HSV(B) | 141.13º | 0.32% | 0.87% | - |
| XYZ | 47.27 | 62.63 | 51.19 | - |
| YUV | 196.53 | 116.98 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 177 | 0.32 | 0 | 0.21 | 0.13 | 141.13 | 0.53 | 0.74 |
| Hex | 98 | DF | B1 | 20 | 0 | 15 | D | 8D | 35 | 4A |
| Octal | 230 | 337 | 261 | 40 | 0 | 25 | 15 | 215 | 65 | 112 |
| Binary | 10011000 | 11011111 | 10110001 | 100000 | 0 | 10101 | 1101 | 10001101 | 110101 | 1001010 |
Color Harmonies of #98DFB1
Complementary color
Monochromatic Colors of #98DFB1
Black with #98DFB1
Text Example
Text Example
White with #98DFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DFB1; }
p { color: rgb(152,223,177); }
H1.HeaderClassName
{
color: #98DFB1;
}
.AnyTagClassName
{
color: #98DFB1;
}
</style>
background-color css
<style>
a { background-color: #98DFB1; }
a { background-color: rgb(152,223,177); }
div.DivClassName
{
background-color: #98DFB1;
}
.BgClassName
{
background-color: #98DFB1;
}
</style>
border-color css
<style>
span { border-color: #98DFB1; }
span { border-color: rgb(152,223,177); }
td.TdClassName
{
border-color: #98DFB1;
}
.TagClassName
{
border-color: #98DFB1;
}
</style>