Shades of Vista Blue #98E5BF
Tints of Vista Blue #98E5BF
RGB
CMYK
RGB Variations
Color information
#98E5BF (or 0x98E5BF) is known color: Vista Blue. HEX triplet: 98, E5 and BF. RGB value is (152,229,191). Sum of RGB (Red+Green+Blue) = 152+229+191=572 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.57% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 229 - color contains mainly: green. Hex color #98E5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E5BF is #671A40. Grayscale: #C9C9C9. Windows color (decimal): -6756929 or 12576152. OLE color: 12576152.
HSL color Cylindrical-coordinate representation of color #98E5BF: hue angle of 150.39º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98E5BF is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 229 | 191 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.10 |
| HSL | 150.39º | 0.6% | 0.75% | - |
| HSV(B) | 150.39º | 0.34% | 0.9% | - |
| XYZ | 50.37 | 66.48 | 59.47 | - |
| YUV | 201.65 | 121.99 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 229 | 191 | 0.34 | 0 | 0.17 | 0.10 | 150.39 | 0.6 | 0.75 |
| Hex | 98 | E5 | BF | 22 | 0 | 11 | A | 96 | 3C | 4B |
| Octal | 230 | 345 | 277 | 42 | 0 | 21 | 12 | 226 | 74 | 113 |
| Binary | 10011000 | 11100101 | 10111111 | 100010 | 0 | 10001 | 1010 | 10010110 | 111100 | 1001011 |
Color Harmonies of #98E5BF
Complementary color
Monochromatic Colors of #98E5BF
Black with #98E5BF
Text Example
Text Example
White with #98E5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E5BF; }
p { color: rgb(152,229,191); }
H1.HeaderClassName
{
color: #98E5BF;
}
.AnyTagClassName
{
color: #98E5BF;
}
</style>
background-color css
<style>
a { background-color: #98E5BF; }
a { background-color: rgb(152,229,191); }
div.DivClassName
{
background-color: #98E5BF;
}
.BgClassName
{
background-color: #98E5BF;
}
</style>
border-color css
<style>
span { border-color: #98E5BF; }
span { border-color: rgb(152,229,191); }
td.TdClassName
{
border-color: #98E5BF;
}
.TagClassName
{
border-color: #98E5BF;
}
</style>