Shades of Vista Blue #98DBB0
Tints of Vista Blue #98DBB0
RGB
CMYK
RGB Variations
Color information
#98DBB0 (or 0x98DBB0) is known color: Vista Blue. HEX triplet: 98, DB and B0. RGB value is (152,219,176). Sum of RGB (Red+Green+Blue) = 152+219+176=547 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.79% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #98DBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DBB0 is #67244F. Grayscale: #C2C2C2. Windows color (decimal): -6759504 or 11590552. OLE color: 11590552.
HSL color Cylindrical-coordinate representation of color #98DBB0: hue angle of 141.49º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DBB0 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 219 | 176 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.14 |
| HSL | 141.49º | 0.48% | 0.73% | - |
| HSV(B) | 141.49º | 0.31% | 0.86% | - |
| XYZ | 46.12 | 60.47 | 50.32 | - |
| YUV | 194.07 | 117.8 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 219 | 176 | 0.31 | 0 | 0.20 | 0.14 | 141.49 | 0.48 | 0.73 |
| Hex | 98 | DB | B0 | 1F | 0 | 14 | E | 8D | 30 | 49 |
| Octal | 230 | 333 | 260 | 37 | 0 | 24 | 16 | 215 | 60 | 111 |
| Binary | 10011000 | 11011011 | 10110000 | 11111 | 0 | 10100 | 1110 | 10001101 | 110000 | 1001001 |
Color Harmonies of #98DBB0
Complementary color
Monochromatic Colors of #98DBB0
Black with #98DBB0
Text Example
Text Example
White with #98DBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DBB0; }
p { color: rgb(152,219,176); }
H1.HeaderClassName
{
color: #98DBB0;
}
.AnyTagClassName
{
color: #98DBB0;
}
</style>
background-color css
<style>
a { background-color: #98DBB0; }
a { background-color: rgb(152,219,176); }
div.DivClassName
{
background-color: #98DBB0;
}
.BgClassName
{
background-color: #98DBB0;
}
</style>
border-color css
<style>
span { border-color: #98DBB0; }
span { border-color: rgb(152,219,176); }
td.TdClassName
{
border-color: #98DBB0;
}
.TagClassName
{
border-color: #98DBB0;
}
</style>