Shades of Vista Blue #98DFB6
Tints of Vista Blue #98DFB6
RGB
CMYK
RGB Variations
Color information
#98DFB6 (or 0x98DFB6) is known color: Vista Blue. HEX triplet: 98, DF and B6. RGB value is (152,223,182). Sum of RGB (Red+Green+Blue) = 152+223+182=557 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.29% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DFB6 is #672049. Grayscale: #C5C5C5. Windows color (decimal): -6758474 or 11984792. OLE color: 11984792.
HSL color Cylindrical-coordinate representation of color #98DFB6: hue angle of 145.35º 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 #98DFB6 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 182 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.13 |
| HSL | 145.35º | 0.53% | 0.74% | - |
| HSV(B) | 145.35º | 0.32% | 0.87% | - |
| XYZ | 47.78 | 62.83 | 53.86 | - |
| YUV | 197.1 | 119.48 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 182 | 0.32 | 0 | 0.18 | 0.13 | 145.35 | 0.53 | 0.74 |
| Hex | 98 | DF | B6 | 20 | 0 | 12 | D | 91 | 35 | 4A |
| Octal | 230 | 337 | 266 | 40 | 0 | 22 | 15 | 221 | 65 | 112 |
| Binary | 10011000 | 11011111 | 10110110 | 100000 | 0 | 10010 | 1101 | 10010001 | 110101 | 1001010 |
Color Harmonies of #98DFB6
Complementary color
Monochromatic Colors of #98DFB6
Black with #98DFB6
Text Example
Text Example
White with #98DFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DFB6; }
p { color: rgb(152,223,182); }
H1.HeaderClassName
{
color: #98DFB6;
}
.AnyTagClassName
{
color: #98DFB6;
}
</style>
background-color css
<style>
a { background-color: #98DFB6; }
a { background-color: rgb(152,223,182); }
div.DivClassName
{
background-color: #98DFB6;
}
.BgClassName
{
background-color: #98DFB6;
}
</style>
border-color css
<style>
span { border-color: #98DFB6; }
span { border-color: rgb(152,223,182); }
td.TdClassName
{
border-color: #98DFB6;
}
.TagClassName
{
border-color: #98DFB6;
}
</style>