Shades of Vista Blue #9EEBB6
Tints of Vista Blue #9EEBB6
RGB
CMYK
RGB Variations
Color information
#9EEBB6 (or 0x9EEBB6) is known color: Vista Blue. HEX triplet: 9E, EB and B6. RGB value is (158,235,182). Sum of RGB (Red+Green+Blue) = 158+235+182=575 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.48% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEBB6 is #611449. Grayscale: #CECECE. Windows color (decimal): -6362186 or 11987870. OLE color: 11987870.
HSL color Cylindrical-coordinate representation of color #9EEBB6: hue angle of 138.7º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEBB6 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 235 | 182 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.08 |
| HSL | 138.7º | 0.66% | 0.77% | - |
| HSV(B) | 138.7º | 0.33% | 0.92% | - |
| XYZ | 52.25 | 70.06 | 55.03 | - |
| YUV | 205.94 | 114.49 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 235 | 182 | 0.33 | 0 | 0.23 | 0.08 | 138.7 | 0.66 | 0.77 |
| Hex | 9E | EB | B6 | 21 | 0 | 17 | 8 | 8B | 42 | 4D |
| Octal | 236 | 353 | 266 | 41 | 0 | 27 | 10 | 213 | 102 | 115 |
| Binary | 10011110 | 11101011 | 10110110 | 100001 | 0 | 10111 | 1000 | 10001011 | 1000010 | 1001101 |
Color Harmonies of #9EEBB6
Complementary color
Monochromatic Colors of #9EEBB6
Black with #9EEBB6
Text Example
Text Example
White with #9EEBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEBB6; }
p { color: rgb(158,235,182); }
H1.HeaderClassName
{
color: #9EEBB6;
}
.AnyTagClassName
{
color: #9EEBB6;
}
</style>
background-color css
<style>
a { background-color: #9EEBB6; }
a { background-color: rgb(158,235,182); }
div.DivClassName
{
background-color: #9EEBB6;
}
.BgClassName
{
background-color: #9EEBB6;
}
</style>
border-color css
<style>
span { border-color: #9EEBB6; }
span { border-color: rgb(158,235,182); }
td.TdClassName
{
border-color: #9EEBB6;
}
.TagClassName
{
border-color: #9EEBB6;
}
</style>