Shades of Vista Blue #98EBB7
Tints of Vista Blue #98EBB7
RGB
CMYK
RGB Variations
Color information
#98EBB7 (or 0x98EBB7) is known color: Vista Blue. HEX triplet: 98, EB and B7. RGB value is (152,235,183). Sum of RGB (Red+Green+Blue) = 152+235+183=570 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.67% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EBB7 is #671448. Grayscale: #CCCCCC. Windows color (decimal): -6755401 or 12053400. OLE color: 12053400.
HSL color Cylindrical-coordinate representation of color #98EBB7: hue angle of 142.41º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98EBB7 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 235 | 183 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.08 |
| HSL | 142.41º | 0.67% | 0.76% | - |
| HSV(B) | 142.41º | 0.35% | 0.92% | - |
| XYZ | 51.2 | 69.51 | 55.52 | - |
| YUV | 204.26 | 116 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 235 | 183 | 0.35 | 0 | 0.22 | 0.08 | 142.41 | 0.67 | 0.76 |
| Hex | 98 | EB | B7 | 23 | 0 | 16 | 8 | 8E | 43 | 4C |
| Octal | 230 | 353 | 267 | 43 | 0 | 26 | 10 | 216 | 103 | 114 |
| Binary | 10011000 | 11101011 | 10110111 | 100011 | 0 | 10110 | 1000 | 10001110 | 1000011 | 1001100 |
Color Harmonies of #98EBB7
Complementary color
Monochromatic Colors of #98EBB7
Black with #98EBB7
Text Example
Text Example
White with #98EBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EBB7; }
p { color: rgb(152,235,183); }
H1.HeaderClassName
{
color: #98EBB7;
}
.AnyTagClassName
{
color: #98EBB7;
}
</style>
background-color css
<style>
a { background-color: #98EBB7; }
a { background-color: rgb(152,235,183); }
div.DivClassName
{
background-color: #98EBB7;
}
.BgClassName
{
background-color: #98EBB7;
}
</style>
border-color css
<style>
span { border-color: #98EBB7; }
span { border-color: rgb(152,235,183); }
td.TdClassName
{
border-color: #98EBB7;
}
.TagClassName
{
border-color: #98EBB7;
}
</style>