Shades of Vista Blue #98EDB9
Tints of Vista Blue #98EDB9
RGB
CMYK
RGB Variations
Color information
#98EDB9 (or 0x98EDB9) is known color: Vista Blue. HEX triplet: 98, ED and B9. RGB value is (152,237,185). Sum of RGB (Red+Green+Blue) = 152+237+185=574 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.48% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #98EDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EDB9 is #671246. Grayscale: #CDCDCD. Windows color (decimal): -6754887 or 12184984. OLE color: 12184984.
HSL color Cylindrical-coordinate representation of color #98EDB9: hue angle of 143.29º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EDB9 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 237 | 185 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.07 |
| HSL | 143.29º | 0.7% | 0.76% | - |
| HSV(B) | 143.29º | 0.36% | 0.93% | - |
| XYZ | 51.99 | 70.75 | 56.81 | - |
| YUV | 205.66 | 116.34 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 237 | 185 | 0.36 | 0 | 0.22 | 0.07 | 143.29 | 0.7 | 0.76 |
| Hex | 98 | ED | B9 | 24 | 0 | 16 | 7 | 8F | 46 | 4C |
| Octal | 230 | 355 | 271 | 44 | 0 | 26 | 7 | 217 | 106 | 114 |
| Binary | 10011000 | 11101101 | 10111001 | 100100 | 0 | 10110 | 111 | 10001111 | 1000110 | 1001100 |
Color Harmonies of #98EDB9
Complementary color
Monochromatic Colors of #98EDB9
Black with #98EDB9
Text Example
Text Example
White with #98EDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EDB9; }
p { color: rgb(152,237,185); }
H1.HeaderClassName
{
color: #98EDB9;
}
.AnyTagClassName
{
color: #98EDB9;
}
</style>
background-color css
<style>
a { background-color: #98EDB9; }
a { background-color: rgb(152,237,185); }
div.DivClassName
{
background-color: #98EDB9;
}
.BgClassName
{
background-color: #98EDB9;
}
</style>
border-color css
<style>
span { border-color: #98EDB9; }
span { border-color: rgb(152,237,185); }
td.TdClassName
{
border-color: #98EDB9;
}
.TagClassName
{
border-color: #98EDB9;
}
</style>