Shades of Vista Blue #98EAB5
Tints of Vista Blue #98EAB5
RGB
CMYK
RGB Variations
Color information
#98EAB5 (or 0x98EAB5) is known color: Vista Blue. HEX triplet: 98, EA and B5. RGB value is (152,234,181). Sum of RGB (Red+Green+Blue) = 152+234+181=567 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.81% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 234 - color contains mainly: green. Hex color #98EAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EAB5 is #67154A. Grayscale: #CBCBCB. Windows color (decimal): -6755659 or 11922072. OLE color: 11922072.
HSL color Cylindrical-coordinate representation of color #98EAB5: hue angle of 141.22º 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 #98EAB5 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 234 | 181 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.08 |
| HSL | 141.22º | 0.66% | 0.76% | - |
| HSV(B) | 141.22º | 0.35% | 0.92% | - |
| XYZ | 50.71 | 68.86 | 54.33 | - |
| YUV | 203.44 | 115.33 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 181 | 0.35 | 0 | 0.23 | 0.08 | 141.22 | 0.66 | 0.76 |
| Hex | 98 | EA | B5 | 23 | 0 | 17 | 8 | 8D | 42 | 4C |
| Octal | 230 | 352 | 265 | 43 | 0 | 27 | 10 | 215 | 102 | 114 |
| Binary | 10011000 | 11101010 | 10110101 | 100011 | 0 | 10111 | 1000 | 10001101 | 1000010 | 1001100 |
Color Harmonies of #98EAB5
Complementary color
Monochromatic Colors of #98EAB5
Black with #98EAB5
Text Example
Text Example
White with #98EAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EAB5; }
p { color: rgb(152,234,181); }
H1.HeaderClassName
{
color: #98EAB5;
}
.AnyTagClassName
{
color: #98EAB5;
}
</style>
background-color css
<style>
a { background-color: #98EAB5; }
a { background-color: rgb(152,234,181); }
div.DivClassName
{
background-color: #98EAB5;
}
.BgClassName
{
background-color: #98EAB5;
}
</style>
border-color css
<style>
span { border-color: #98EAB5; }
span { border-color: rgb(152,234,181); }
td.TdClassName
{
border-color: #98EAB5;
}
.TagClassName
{
border-color: #98EAB5;
}
</style>