Shades of Vista Blue #98DEBA
Tints of Vista Blue #98DEBA
RGB
CMYK
RGB Variations
Color information
#98DEBA (or 0x98DEBA) is known color: Vista Blue. HEX triplet: 98, DE and BA. RGB value is (152,222,186). Sum of RGB (Red+Green+Blue) = 152+222+186=560 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.14% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #98DEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DEBA is #672145. Grayscale: #C5C5C5. Windows color (decimal): -6758726 or 12246680. OLE color: 12246680.
HSL color Cylindrical-coordinate representation of color #98DEBA: hue angle of 149.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DEBA is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 222 | 186 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.13 |
| HSL | 149.14º | 0.51% | 0.73% | - |
| HSV(B) | 149.14º | 0.32% | 0.87% | - |
| XYZ | 47.93 | 62.46 | 55.98 | - |
| YUV | 196.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 222 | 186 | 0.32 | 0 | 0.16 | 0.13 | 149.14 | 0.51 | 0.73 |
| Hex | 98 | DE | BA | 20 | 0 | 10 | D | 95 | 33 | 49 |
| Octal | 230 | 336 | 272 | 40 | 0 | 20 | 15 | 225 | 63 | 111 |
| Binary | 10011000 | 11011110 | 10111010 | 100000 | 0 | 10000 | 1101 | 10010101 | 110011 | 1001001 |
Color Harmonies of #98DEBA
Complementary color
Monochromatic Colors of #98DEBA
Black with #98DEBA
Text Example
Text Example
White with #98DEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DEBA; }
p { color: rgb(152,222,186); }
H1.HeaderClassName
{
color: #98DEBA;
}
.AnyTagClassName
{
color: #98DEBA;
}
</style>
background-color css
<style>
a { background-color: #98DEBA; }
a { background-color: rgb(152,222,186); }
div.DivClassName
{
background-color: #98DEBA;
}
.BgClassName
{
background-color: #98DEBA;
}
</style>
border-color css
<style>
span { border-color: #98DEBA; }
span { border-color: rgb(152,222,186); }
td.TdClassName
{
border-color: #98DEBA;
}
.TagClassName
{
border-color: #98DEBA;
}
</style>