Shades of Vista Blue #98E5AF
Tints of Vista Blue #98E5AF
RGB
CMYK
RGB Variations
Color information
#98E5AF (or 0x98E5AF) is known color: Vista Blue. HEX triplet: 98, E5 and AF. RGB value is (152,229,175). Sum of RGB (Red+Green+Blue) = 152+229+175=556 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.34% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #98E5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98E5AF is #671A50. Grayscale: #C7C7C7. Windows color (decimal): -6756945 or 11527576. OLE color: 11527576.
HSL color Cylindrical-coordinate representation of color #98E5AF: hue angle of 137.92º 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 #98E5AF is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 229 | 175 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.10 |
| HSL | 137.92º | 0.6% | 0.75% | - |
| HSV(B) | 137.92º | 0.34% | 0.9% | - |
| XYZ | 48.71 | 65.81 | 50.69 | - |
| YUV | 199.82 | 113.99 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 229 | 175 | 0.34 | 0 | 0.24 | 0.10 | 137.92 | 0.6 | 0.75 |
| Hex | 98 | E5 | AF | 22 | 0 | 18 | A | 8A | 3C | 4B |
| Octal | 230 | 345 | 257 | 42 | 0 | 30 | 12 | 212 | 74 | 113 |
| Binary | 10011000 | 11100101 | 10101111 | 100010 | 0 | 11000 | 1010 | 10001010 | 111100 | 1001011 |
Color Harmonies of #98E5AF
Complementary color
Monochromatic Colors of #98E5AF
Black with #98E5AF
Text Example
Text Example
White with #98E5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E5AF; }
p { color: rgb(152,229,175); }
H1.HeaderClassName
{
color: #98E5AF;
}
.AnyTagClassName
{
color: #98E5AF;
}
</style>
background-color css
<style>
a { background-color: #98E5AF; }
a { background-color: rgb(152,229,175); }
div.DivClassName
{
background-color: #98E5AF;
}
.BgClassName
{
background-color: #98E5AF;
}
</style>
border-color css
<style>
span { border-color: #98E5AF; }
span { border-color: rgb(152,229,175); }
td.TdClassName
{
border-color: #98E5AF;
}
.TagClassName
{
border-color: #98E5AF;
}
</style>