Shades of Vista Blue #9EE1BF
Tints of Vista Blue #9EE1BF
RGB
CMYK
RGB Variations
Color information
#9EE1BF (or 0x9EE1BF) is known color: Vista Blue. HEX triplet: 9E, E1 and BF. RGB value is (158,225,191). Sum of RGB (Red+Green+Blue) = 158+225+191=574 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.53% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE1BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE1BF is #611E40. Grayscale: #C9C9C9. Windows color (decimal): -6364737 or 12575134. OLE color: 12575134.
HSL color Cylindrical-coordinate representation of color #9EE1BF: hue angle of 149.55º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EE1BF is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 225 | 191 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.12 |
| HSL | 149.55º | 0.53% | 0.75% | - |
| HSV(B) | 149.55º | 0.3% | 0.88% | - |
| XYZ | 50.43 | 64.88 | 59.16 | - |
| YUV | 201.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 225 | 191 | 0.30 | 0 | 0.15 | 0.12 | 149.55 | 0.53 | 0.75 |
| Hex | 9E | E1 | BF | 1E | 0 | F | C | 96 | 35 | 4B |
| Octal | 236 | 341 | 277 | 36 | 0 | 17 | 14 | 226 | 65 | 113 |
| Binary | 10011110 | 11100001 | 10111111 | 11110 | 0 | 1111 | 1100 | 10010110 | 110101 | 1001011 |
Color Harmonies of #9EE1BF
Complementary color
Monochromatic Colors of #9EE1BF
Black with #9EE1BF
Text Example
Text Example
White with #9EE1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE1BF; }
p { color: rgb(158,225,191); }
H1.HeaderClassName
{
color: #9EE1BF;
}
.AnyTagClassName
{
color: #9EE1BF;
}
</style>
background-color css
<style>
a { background-color: #9EE1BF; }
a { background-color: rgb(158,225,191); }
div.DivClassName
{
background-color: #9EE1BF;
}
.BgClassName
{
background-color: #9EE1BF;
}
</style>
border-color css
<style>
span { border-color: #9EE1BF; }
span { border-color: rgb(158,225,191); }
td.TdClassName
{
border-color: #9EE1BF;
}
.TagClassName
{
border-color: #9EE1BF;
}
</style>