Shades of Vista Blue #98E4BF
Tints of Vista Blue #98E4BF
RGB
CMYK
RGB Variations
Color information
#98E4BF (or 0x98E4BF) is known color: Vista Blue. HEX triplet: 98, E4 and BF. RGB value is (152,228,191). Sum of RGB (Red+Green+Blue) = 152+228+191=571 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.62% from 571); Green value is 228 (89.45% from 255 or 39.93% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 228 - color contains mainly: green. Hex color #98E4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E4BF is #671B40. Grayscale: #C9C9C9. Windows color (decimal): -6757185 or 12575896. OLE color: 12575896.
HSL color Cylindrical-coordinate representation of color #98E4BF: hue angle of 150.79º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98E4BF is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 228 | 191 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.11 |
| HSL | 150.79º | 0.58% | 0.75% | - |
| HSV(B) | 150.79º | 0.33% | 0.89% | - |
| XYZ | 50.1 | 65.92 | 59.37 | - |
| YUV | 201.06 | 122.32 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 228 | 191 | 0.33 | 0 | 0.16 | 0.11 | 150.79 | 0.58 | 0.75 |
| Hex | 98 | E4 | BF | 21 | 0 | 10 | B | 97 | 3A | 4B |
| Octal | 230 | 344 | 277 | 41 | 0 | 20 | 13 | 227 | 72 | 113 |
| Binary | 10011000 | 11100100 | 10111111 | 100001 | 0 | 10000 | 1011 | 10010111 | 111010 | 1001011 |
Color Harmonies of #98E4BF
Complementary color
Monochromatic Colors of #98E4BF
Black with #98E4BF
Text Example
Text Example
White with #98E4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E4BF; }
p { color: rgb(152,228,191); }
H1.HeaderClassName
{
color: #98E4BF;
}
.AnyTagClassName
{
color: #98E4BF;
}
</style>
background-color css
<style>
a { background-color: #98E4BF; }
a { background-color: rgb(152,228,191); }
div.DivClassName
{
background-color: #98E4BF;
}
.BgClassName
{
background-color: #98E4BF;
}
</style>
border-color css
<style>
span { border-color: #98E4BF; }
span { border-color: rgb(152,228,191); }
td.TdClassName
{
border-color: #98E4BF;
}
.TagClassName
{
border-color: #98E4BF;
}
</style>