Shades of Vista Blue #98EABF
Tints of Vista Blue #98EABF
RGB
CMYK
RGB Variations
Color information
#98EABF (or 0x98EABF) is known color: Vista Blue. HEX triplet: 98, EA and BF. RGB value is (152,234,191). Sum of RGB (Red+Green+Blue) = 152+234+191=577 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.34% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #98EABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EABF is #671540. Grayscale: #CCCCCC. Windows color (decimal): -6755649 or 12577432. OLE color: 12577432.
HSL color Cylindrical-coordinate representation of color #98EABF: hue angle of 148.54º degrees, saturation: 0.66, 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 #98EABF is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 234 | 191 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.08 |
| HSL | 148.54º | 0.66% | 0.76% | - |
| HSV(B) | 148.54º | 0.35% | 0.92% | - |
| XYZ | 51.78 | 69.28 | 59.93 | - |
| YUV | 204.58 | 120.33 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 191 | 0.35 | 0 | 0.18 | 0.08 | 148.54 | 0.66 | 0.76 |
| Hex | 98 | EA | BF | 23 | 0 | 12 | 8 | 95 | 42 | 4C |
| Octal | 230 | 352 | 277 | 43 | 0 | 22 | 10 | 225 | 102 | 114 |
| Binary | 10011000 | 11101010 | 10111111 | 100011 | 0 | 10010 | 1000 | 10010101 | 1000010 | 1001100 |
Color Harmonies of #98EABF
Complementary color
Monochromatic Colors of #98EABF
Black with #98EABF
Text Example
Text Example
White with #98EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EABF; }
p { color: rgb(152,234,191); }
H1.HeaderClassName
{
color: #98EABF;
}
.AnyTagClassName
{
color: #98EABF;
}
</style>
background-color css
<style>
a { background-color: #98EABF; }
a { background-color: rgb(152,234,191); }
div.DivClassName
{
background-color: #98EABF;
}
.BgClassName
{
background-color: #98EABF;
}
</style>
border-color css
<style>
span { border-color: #98EABF; }
span { border-color: rgb(152,234,191); }
td.TdClassName
{
border-color: #98EABF;
}
.TagClassName
{
border-color: #98EABF;
}
</style>