Shades of Vista Blue #98E4B4
Tints of Vista Blue #98E4B4
RGB
CMYK
RGB Variations
Color information
#98E4B4 (or 0x98E4B4) is known color: Vista Blue. HEX triplet: 98, E4 and B4. RGB value is (152,228,180). Sum of RGB (Red+Green+Blue) = 152+228+180=560 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.14% from 560); Green value is 228 (89.45% from 255 or 40.71% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 228 - color contains mainly: green. Hex color #98E4B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E4B4 is #671B4B. Grayscale: #C7C7C7. Windows color (decimal): -6757196 or 11855000. OLE color: 11855000.
HSL color Cylindrical-coordinate representation of color #98E4B4: hue angle of 142.11º 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 #98E4B4 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 228 | 180 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.11 |
| HSL | 142.11º | 0.58% | 0.75% | - |
| HSV(B) | 142.11º | 0.33% | 0.89% | - |
| XYZ | 48.93 | 65.46 | 53.24 | - |
| YUV | 199.8 | 116.82 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 228 | 180 | 0.33 | 0 | 0.21 | 0.11 | 142.11 | 0.58 | 0.75 |
| Hex | 98 | E4 | B4 | 21 | 0 | 15 | B | 8E | 3A | 4B |
| Octal | 230 | 344 | 264 | 41 | 0 | 25 | 13 | 216 | 72 | 113 |
| Binary | 10011000 | 11100100 | 10110100 | 100001 | 0 | 10101 | 1011 | 10001110 | 111010 | 1001011 |
Color Harmonies of #98E4B4
Complementary color
Monochromatic Colors of #98E4B4
Black with #98E4B4
Text Example
Text Example
White with #98E4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E4B4; }
p { color: rgb(152,228,180); }
H1.HeaderClassName
{
color: #98E4B4;
}
.AnyTagClassName
{
color: #98E4B4;
}
</style>
background-color css
<style>
a { background-color: #98E4B4; }
a { background-color: rgb(152,228,180); }
div.DivClassName
{
background-color: #98E4B4;
}
.BgClassName
{
background-color: #98E4B4;
}
</style>
border-color css
<style>
span { border-color: #98E4B4; }
span { border-color: rgb(152,228,180); }
td.TdClassName
{
border-color: #98E4B4;
}
.TagClassName
{
border-color: #98E4B4;
}
</style>