Shades of Vista Blue #98EBB9
Tints of Vista Blue #98EBB9
RGB
CMYK
RGB Variations
Color information
#98EBB9 (or 0x98EBB9) is known color: Vista Blue. HEX triplet: 98, EB and B9. RGB value is (152,235,185). Sum of RGB (Red+Green+Blue) = 152+235+185=572 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.57% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EBB9 is #671446. Grayscale: #CCCCCC. Windows color (decimal): -6755399 or 12184472. OLE color: 12184472.
HSL color Cylindrical-coordinate representation of color #98EBB9: hue angle of 143.86º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98EBB9 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 235 | 185 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.08 |
| HSL | 143.86º | 0.67% | 0.76% | - |
| HSV(B) | 143.86º | 0.35% | 0.92% | - |
| XYZ | 51.41 | 69.59 | 56.62 | - |
| YUV | 204.48 | 117 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 235 | 185 | 0.35 | 0 | 0.21 | 0.08 | 143.86 | 0.67 | 0.76 |
| Hex | 98 | EB | B9 | 23 | 0 | 15 | 8 | 90 | 43 | 4C |
| Octal | 230 | 353 | 271 | 43 | 0 | 25 | 10 | 220 | 103 | 114 |
| Binary | 10011000 | 11101011 | 10111001 | 100011 | 0 | 10101 | 1000 | 10010000 | 1000011 | 1001100 |
Color Harmonies of #98EBB9
Complementary color
Monochromatic Colors of #98EBB9
Black with #98EBB9
Text Example
Text Example
White with #98EBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EBB9; }
p { color: rgb(152,235,185); }
H1.HeaderClassName
{
color: #98EBB9;
}
.AnyTagClassName
{
color: #98EBB9;
}
</style>
background-color css
<style>
a { background-color: #98EBB9; }
a { background-color: rgb(152,235,185); }
div.DivClassName
{
background-color: #98EBB9;
}
.BgClassName
{
background-color: #98EBB9;
}
</style>
border-color css
<style>
span { border-color: #98EBB9; }
span { border-color: rgb(152,235,185); }
td.TdClassName
{
border-color: #98EBB9;
}
.TagClassName
{
border-color: #98EBB9;
}
</style>