Shades of Vista Blue #98E4BC
Tints of Vista Blue #98E4BC
RGB
CMYK
RGB Variations
Color information
#98E4BC (or 0x98E4BC) is known color: Vista Blue. HEX triplet: 98, E4 and BC. RGB value is (152,228,188). Sum of RGB (Red+Green+Blue) = 152+228+188=568 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.76% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 228 - color contains mainly: green. Hex color #98E4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E4BC is #671B43. Grayscale: #C8C8C8. Windows color (decimal): -6757188 or 12379288. OLE color: 12379288.
HSL color Cylindrical-coordinate representation of color #98E4BC: hue angle of 148.42º 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 #98E4BC is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 228 | 188 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.11 |
| HSL | 148.42º | 0.58% | 0.75% | - |
| HSV(B) | 148.42º | 0.33% | 0.89% | - |
| XYZ | 49.77 | 65.79 | 57.65 | - |
| YUV | 200.72 | 120.82 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 228 | 188 | 0.33 | 0 | 0.18 | 0.11 | 148.42 | 0.58 | 0.75 |
| Hex | 98 | E4 | BC | 21 | 0 | 12 | B | 94 | 3A | 4B |
| Octal | 230 | 344 | 274 | 41 | 0 | 22 | 13 | 224 | 72 | 113 |
| Binary | 10011000 | 11100100 | 10111100 | 100001 | 0 | 10010 | 1011 | 10010100 | 111010 | 1001011 |
Color Harmonies of #98E4BC
Complementary color
Monochromatic Colors of #98E4BC
Black with #98E4BC
Text Example
Text Example
White with #98E4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E4BC; }
p { color: rgb(152,228,188); }
H1.HeaderClassName
{
color: #98E4BC;
}
.AnyTagClassName
{
color: #98E4BC;
}
</style>
background-color css
<style>
a { background-color: #98E4BC; }
a { background-color: rgb(152,228,188); }
div.DivClassName
{
background-color: #98E4BC;
}
.BgClassName
{
background-color: #98E4BC;
}
</style>
border-color css
<style>
span { border-color: #98E4BC; }
span { border-color: rgb(152,228,188); }
td.TdClassName
{
border-color: #98E4BC;
}
.TagClassName
{
border-color: #98E4BC;
}
</style>