Shades of Vista Blue #98E6BD
Tints of Vista Blue #98E6BD
RGB
CMYK
RGB Variations
Color information
#98E6BD (or 0x98E6BD) is known color: Vista Blue. HEX triplet: 98, E6 and BD. RGB value is (152,230,189). Sum of RGB (Red+Green+Blue) = 152+230+189=571 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.62% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 230 - color contains mainly: green. Hex color #98E6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98E6BD is #671942. Grayscale: #CACACA. Windows color (decimal): -6756675 or 12445336. OLE color: 12445336.
HSL color Cylindrical-coordinate representation of color #98E6BD: hue angle of 148.46º degrees, saturation: 0.61, 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 #98E6BD is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 230 | 189 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.10 |
| HSL | 148.46º | 0.61% | 0.75% | - |
| HSV(B) | 148.46º | 0.34% | 0.9% | - |
| XYZ | 50.43 | 66.94 | 58.41 | - |
| YUV | 202 | 120.66 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 230 | 189 | 0.34 | 0 | 0.18 | 0.10 | 148.46 | 0.61 | 0.75 |
| Hex | 98 | E6 | BD | 22 | 0 | 12 | A | 94 | 3D | 4B |
| Octal | 230 | 346 | 275 | 42 | 0 | 22 | 12 | 224 | 75 | 113 |
| Binary | 10011000 | 11100110 | 10111101 | 100010 | 0 | 10010 | 1010 | 10010100 | 111101 | 1001011 |
Color Harmonies of #98E6BD
Complementary color
Monochromatic Colors of #98E6BD
Black with #98E6BD
Text Example
Text Example
White with #98E6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E6BD; }
p { color: rgb(152,230,189); }
H1.HeaderClassName
{
color: #98E6BD;
}
.AnyTagClassName
{
color: #98E6BD;
}
</style>
background-color css
<style>
a { background-color: #98E6BD; }
a { background-color: rgb(152,230,189); }
div.DivClassName
{
background-color: #98E6BD;
}
.BgClassName
{
background-color: #98E6BD;
}
</style>
border-color css
<style>
span { border-color: #98E6BD; }
span { border-color: rgb(152,230,189); }
td.TdClassName
{
border-color: #98E6BD;
}
.TagClassName
{
border-color: #98E6BD;
}
</style>