Shades of Vista Blue #98EAB7
Tints of Vista Blue #98EAB7
RGB
CMYK
RGB Variations
Color information
#98EAB7 (or 0x98EAB7) is known color: Vista Blue. HEX triplet: 98, EA and B7. RGB value is (152,234,183). Sum of RGB (Red+Green+Blue) = 152+234+183=569 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.71% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 183 (71.88% from 255 or 32.16% from 569); Max value from RGB is 234 - color contains mainly: green. Hex color #98EAB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EAB7 is #671548. Grayscale: #CBCBCB. Windows color (decimal): -6755657 or 12053144. OLE color: 12053144.
HSL color Cylindrical-coordinate representation of color #98EAB7: hue angle of 142.68º 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 #98EAB7 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 234 | 183 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.08 |
| HSL | 142.68º | 0.66% | 0.76% | - |
| HSV(B) | 142.68º | 0.35% | 0.92% | - |
| XYZ | 50.92 | 68.94 | 55.42 | - |
| YUV | 203.67 | 116.33 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 183 | 0.35 | 0 | 0.22 | 0.08 | 142.68 | 0.66 | 0.76 |
| Hex | 98 | EA | B7 | 23 | 0 | 16 | 8 | 8F | 42 | 4C |
| Octal | 230 | 352 | 267 | 43 | 0 | 26 | 10 | 217 | 102 | 114 |
| Binary | 10011000 | 11101010 | 10110111 | 100011 | 0 | 10110 | 1000 | 10001111 | 1000010 | 1001100 |
Color Harmonies of #98EAB7
Complementary color
Monochromatic Colors of #98EAB7
Black with #98EAB7
Text Example
Text Example
White with #98EAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EAB7; }
p { color: rgb(152,234,183); }
H1.HeaderClassName
{
color: #98EAB7;
}
.AnyTagClassName
{
color: #98EAB7;
}
</style>
background-color css
<style>
a { background-color: #98EAB7; }
a { background-color: rgb(152,234,183); }
div.DivClassName
{
background-color: #98EAB7;
}
.BgClassName
{
background-color: #98EAB7;
}
</style>
border-color css
<style>
span { border-color: #98EAB7; }
span { border-color: rgb(152,234,183); }
td.TdClassName
{
border-color: #98EAB7;
}
.TagClassName
{
border-color: #98EAB7;
}
</style>