Shades of Vista Blue #9EE0B2
Tints of Vista Blue #9EE0B2
RGB
CMYK
RGB Variations
Color information
#9EE0B2 (or 0x9EE0B2) is known color: Vista Blue. HEX triplet: 9E, E0 and B2. RGB value is (158,224,178). Sum of RGB (Red+Green+Blue) = 158+224+178=560 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.21% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE0B2 is #611F4D. Grayscale: #C7C7C7. Windows color (decimal): -6365006 or 11722910. OLE color: 11722910.
HSL color Cylindrical-coordinate representation of color #9EE0B2: hue angle of 138.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EE0B2 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 224 | 178 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.12 |
| HSL | 138.18º | 0.52% | 0.75% | - |
| HSV(B) | 138.18º | 0.29% | 0.88% | - |
| XYZ | 48.79 | 63.79 | 51.86 | - |
| YUV | 199.02 | 116.13 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 224 | 178 | 0.29 | 0 | 0.21 | 0.12 | 138.18 | 0.52 | 0.75 |
| Hex | 9E | E0 | B2 | 1D | 0 | 15 | C | 8A | 34 | 4B |
| Octal | 236 | 340 | 262 | 35 | 0 | 25 | 14 | 212 | 64 | 113 |
| Binary | 10011110 | 11100000 | 10110010 | 11101 | 0 | 10101 | 1100 | 10001010 | 110100 | 1001011 |
Color Harmonies of #9EE0B2
Complementary color
Monochromatic Colors of #9EE0B2
Black with #9EE0B2
Text Example
Text Example
White with #9EE0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE0B2; }
p { color: rgb(158,224,178); }
H1.HeaderClassName
{
color: #9EE0B2;
}
.AnyTagClassName
{
color: #9EE0B2;
}
</style>
background-color css
<style>
a { background-color: #9EE0B2; }
a { background-color: rgb(158,224,178); }
div.DivClassName
{
background-color: #9EE0B2;
}
.BgClassName
{
background-color: #9EE0B2;
}
</style>
border-color css
<style>
span { border-color: #9EE0B2; }
span { border-color: rgb(158,224,178); }
td.TdClassName
{
border-color: #9EE0B2;
}
.TagClassName
{
border-color: #9EE0B2;
}
</style>