Shades of Vista Blue #98DEC0
Tints of Vista Blue #98DEC0
RGB
CMYK
RGB Variations
Color information
#98DEC0 (or 0x98DEC0) is known color: Vista Blue. HEX triplet: 98, DE and C0. RGB value is (152,222,192). Sum of RGB (Red+Green+Blue) = 152+222+192=566 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.86% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #98DEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DEC0 is #67213F. Grayscale: #C5C5C5. Windows color (decimal): -6758720 or 12639896. OLE color: 12639896.
HSL color Cylindrical-coordinate representation of color #98DEC0: hue angle of 154.29º 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 #98DEC0 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 222 | 192 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.13 |
| HSL | 154.29º | 0.51% | 0.73% | - |
| HSV(B) | 154.29º | 0.32% | 0.87% | - |
| XYZ | 48.58 | 62.72 | 59.42 | - |
| YUV | 197.65 | 124.81 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 222 | 192 | 0.32 | 0 | 0.14 | 0.13 | 154.29 | 0.51 | 0.73 |
| Hex | 98 | DE | C0 | 20 | 0 | E | D | 9A | 33 | 49 |
| Octal | 230 | 336 | 300 | 40 | 0 | 16 | 15 | 232 | 63 | 111 |
| Binary | 10011000 | 11011110 | 11000000 | 100000 | 0 | 1110 | 1101 | 10011010 | 110011 | 1001001 |
Color Harmonies of #98DEC0
Complementary color
Monochromatic Colors of #98DEC0
Black with #98DEC0
Text Example
Text Example
White with #98DEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DEC0; }
p { color: rgb(152,222,192); }
H1.HeaderClassName
{
color: #98DEC0;
}
.AnyTagClassName
{
color: #98DEC0;
}
</style>
background-color css
<style>
a { background-color: #98DEC0; }
a { background-color: rgb(152,222,192); }
div.DivClassName
{
background-color: #98DEC0;
}
.BgClassName
{
background-color: #98DEC0;
}
</style>
border-color css
<style>
span { border-color: #98DEC0; }
span { border-color: rgb(152,222,192); }
td.TdClassName
{
border-color: #98DEC0;
}
.TagClassName
{
border-color: #98DEC0;
}
</style>