Shades of Vista Blue #98EBBB
Tints of Vista Blue #98EBBB
RGB
CMYK
RGB Variations
Color information
#98EBBB (or 0x98EBBB) is known color: Vista Blue. HEX triplet: 98, EB and BB. RGB value is (152,235,187). Sum of RGB (Red+Green+Blue) = 152+235+187=574 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.48% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EBBB is #671444. Grayscale: #CCCCCC. Windows color (decimal): -6755397 or 12315544. OLE color: 12315544.
HSL color Cylindrical-coordinate representation of color #98EBBB: hue angle of 145.3º 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 #98EBBB is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 235 | 187 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.08 |
| HSL | 145.3º | 0.67% | 0.76% | - |
| HSV(B) | 145.3º | 0.35% | 0.92% | - |
| XYZ | 51.63 | 69.68 | 57.74 | - |
| YUV | 204.71 | 118 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 235 | 187 | 0.35 | 0 | 0.20 | 0.08 | 145.3 | 0.67 | 0.76 |
| Hex | 98 | EB | BB | 23 | 0 | 14 | 8 | 91 | 43 | 4C |
| Octal | 230 | 353 | 273 | 43 | 0 | 24 | 10 | 221 | 103 | 114 |
| Binary | 10011000 | 11101011 | 10111011 | 100011 | 0 | 10100 | 1000 | 10010001 | 1000011 | 1001100 |
Color Harmonies of #98EBBB
Complementary color
Monochromatic Colors of #98EBBB
Black with #98EBBB
Text Example
Text Example
White with #98EBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EBBB; }
p { color: rgb(152,235,187); }
H1.HeaderClassName
{
color: #98EBBB;
}
.AnyTagClassName
{
color: #98EBBB;
}
</style>
background-color css
<style>
a { background-color: #98EBBB; }
a { background-color: rgb(152,235,187); }
div.DivClassName
{
background-color: #98EBBB;
}
.BgClassName
{
background-color: #98EBBB;
}
</style>
border-color css
<style>
span { border-color: #98EBBB; }
span { border-color: rgb(152,235,187); }
td.TdClassName
{
border-color: #98EBBB;
}
.TagClassName
{
border-color: #98EBBB;
}
</style>