Shades of Vista Blue #9EE4BF
Tints of Vista Blue #9EE4BF
RGB
CMYK
RGB Variations
Color information
#9EE4BF (or 0x9EE4BF) is known color: Vista Blue. HEX triplet: 9E, E4 and BF. RGB value is (158,228,191). Sum of RGB (Red+Green+Blue) = 158+228+191=577 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.38% from 577); Green value is 228 (89.45% from 255 or 39.51% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE4BF is #611B40. Grayscale: #CACACA. Windows color (decimal): -6363969 or 12575902. OLE color: 12575902.
HSL color Cylindrical-coordinate representation of color #9EE4BF: hue angle of 148.29º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EE4BF is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 228 | 191 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.11 |
| HSL | 148.29º | 0.56% | 0.76% | - |
| HSV(B) | 148.29º | 0.31% | 0.89% | - |
| XYZ | 51.25 | 66.52 | 59.43 | - |
| YUV | 202.85 | 121.31 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 228 | 191 | 0.31 | 0 | 0.16 | 0.11 | 148.29 | 0.56 | 0.76 |
| Hex | 9E | E4 | BF | 1F | 0 | 10 | B | 94 | 38 | 4C |
| Octal | 236 | 344 | 277 | 37 | 0 | 20 | 13 | 224 | 70 | 114 |
| Binary | 10011110 | 11100100 | 10111111 | 11111 | 0 | 10000 | 1011 | 10010100 | 111000 | 1001100 |
Color Harmonies of #9EE4BF
Complementary color
Monochromatic Colors of #9EE4BF
Black with #9EE4BF
Text Example
Text Example
White with #9EE4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE4BF; }
p { color: rgb(158,228,191); }
H1.HeaderClassName
{
color: #9EE4BF;
}
.AnyTagClassName
{
color: #9EE4BF;
}
</style>
background-color css
<style>
a { background-color: #9EE4BF; }
a { background-color: rgb(158,228,191); }
div.DivClassName
{
background-color: #9EE4BF;
}
.BgClassName
{
background-color: #9EE4BF;
}
</style>
border-color css
<style>
span { border-color: #9EE4BF; }
span { border-color: rgb(158,228,191); }
td.TdClassName
{
border-color: #9EE4BF;
}
.TagClassName
{
border-color: #9EE4BF;
}
</style>