Shades of Vista Blue #98DBB2
Tints of Vista Blue #98DBB2
RGB
CMYK
RGB Variations
Color information
#98DBB2 (or 0x98DBB2) is known color: Vista Blue. HEX triplet: 98, DB and B2. RGB value is (152,219,178). Sum of RGB (Red+Green+Blue) = 152+219+178=549 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.69% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #98DBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DBB2 is #67244D. Grayscale: #C2C2C2. Windows color (decimal): -6759502 or 11721624. OLE color: 11721624.
HSL color Cylindrical-coordinate representation of color #98DBB2: hue angle of 143.28º 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 #98DBB2 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 219 | 178 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.14 |
| HSL | 143.28º | 0.48% | 0.73% | - |
| HSV(B) | 143.28º | 0.31% | 0.86% | - |
| XYZ | 46.32 | 60.55 | 51.37 | - |
| YUV | 194.29 | 118.8 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 219 | 178 | 0.31 | 0 | 0.19 | 0.14 | 143.28 | 0.48 | 0.73 |
| Hex | 98 | DB | B2 | 1F | 0 | 13 | E | 8F | 30 | 49 |
| Octal | 230 | 333 | 262 | 37 | 0 | 23 | 16 | 217 | 60 | 111 |
| Binary | 10011000 | 11011011 | 10110010 | 11111 | 0 | 10011 | 1110 | 10001111 | 110000 | 1001001 |
Color Harmonies of #98DBB2
Complementary color
Monochromatic Colors of #98DBB2
Black with #98DBB2
Text Example
Text Example
White with #98DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DBB2; }
p { color: rgb(152,219,178); }
H1.HeaderClassName
{
color: #98DBB2;
}
.AnyTagClassName
{
color: #98DBB2;
}
</style>
background-color css
<style>
a { background-color: #98DBB2; }
a { background-color: rgb(152,219,178); }
div.DivClassName
{
background-color: #98DBB2;
}
.BgClassName
{
background-color: #98DBB2;
}
</style>
border-color css
<style>
span { border-color: #98DBB2; }
span { border-color: rgb(152,219,178); }
td.TdClassName
{
border-color: #98DBB2;
}
.TagClassName
{
border-color: #98DBB2;
}
</style>