Shades of Vista Blue #98DFB5
Tints of Vista Blue #98DFB5
RGB
CMYK
RGB Variations
Color information
#98DFB5 (or 0x98DFB5) is known color: Vista Blue. HEX triplet: 98, DF and B5. RGB value is (152,223,181). Sum of RGB (Red+Green+Blue) = 152+223+181=556 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.34% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DFB5 is #67204A. Grayscale: #C5C5C5. Windows color (decimal): -6758475 or 11919256. OLE color: 11919256.
HSL color Cylindrical-coordinate representation of color #98DFB5: hue angle of 144.51º 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 #98DFB5 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 181 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.13 |
| HSL | 144.51º | 0.53% | 0.74% | - |
| HSV(B) | 144.51º | 0.32% | 0.87% | - |
| XYZ | 47.68 | 62.79 | 53.32 | - |
| YUV | 196.98 | 118.98 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 181 | 0.32 | 0 | 0.19 | 0.13 | 144.51 | 0.53 | 0.74 |
| Hex | 98 | DF | B5 | 20 | 0 | 13 | D | 91 | 35 | 4A |
| Octal | 230 | 337 | 265 | 40 | 0 | 23 | 15 | 221 | 65 | 112 |
| Binary | 10011000 | 11011111 | 10110101 | 100000 | 0 | 10011 | 1101 | 10010001 | 110101 | 1001010 |
Color Harmonies of #98DFB5
Complementary color
Monochromatic Colors of #98DFB5
Black with #98DFB5
Text Example
Text Example
White with #98DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DFB5; }
p { color: rgb(152,223,181); }
H1.HeaderClassName
{
color: #98DFB5;
}
.AnyTagClassName
{
color: #98DFB5;
}
</style>
background-color css
<style>
a { background-color: #98DFB5; }
a { background-color: rgb(152,223,181); }
div.DivClassName
{
background-color: #98DFB5;
}
.BgClassName
{
background-color: #98DFB5;
}
</style>
border-color css
<style>
span { border-color: #98DFB5; }
span { border-color: rgb(152,223,181); }
td.TdClassName
{
border-color: #98DFB5;
}
.TagClassName
{
border-color: #98DFB5;
}
</style>