Shades of Vista Blue #9ED8BC
Tints of Vista Blue #9ED8BC
RGB
CMYK
RGB Variations
Color information
#9ED8BC (or 0x9ED8BC) is known color: Vista Blue. HEX triplet: 9E, D8 and BC. RGB value is (158,216,188). Sum of RGB (Red+Green+Blue) = 158+216+188=562 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.11% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED8BC is #612743. Grayscale: #C3C3C3. Windows color (decimal): -6367044 or 12376222. OLE color: 12376222.
HSL color Cylindrical-coordinate representation of color #9ED8BC: hue angle of 151.03º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED8BC is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 216 | 188 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.15 |
| HSL | 151.03º | 0.43% | 0.73% | - |
| HSV(B) | 151.03º | 0.27% | 0.85% | - |
| XYZ | 47.73 | 60.01 | 56.64 | - |
| YUV | 195.47 | 123.78 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 216 | 188 | 0.27 | 0 | 0.13 | 0.15 | 151.03 | 0.43 | 0.73 |
| Hex | 9E | D8 | BC | 1B | 0 | D | F | 97 | 2B | 49 |
| Octal | 236 | 330 | 274 | 33 | 0 | 15 | 17 | 227 | 53 | 111 |
| Binary | 10011110 | 11011000 | 10111100 | 11011 | 0 | 1101 | 1111 | 10010111 | 101011 | 1001001 |
Color Harmonies of #9ED8BC
Complementary color
Monochromatic Colors of #9ED8BC
Black with #9ED8BC
Text Example
Text Example
White with #9ED8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED8BC; }
p { color: rgb(158,216,188); }
H1.HeaderClassName
{
color: #9ED8BC;
}
.AnyTagClassName
{
color: #9ED8BC;
}
</style>
background-color css
<style>
a { background-color: #9ED8BC; }
a { background-color: rgb(158,216,188); }
div.DivClassName
{
background-color: #9ED8BC;
}
.BgClassName
{
background-color: #9ED8BC;
}
</style>
border-color css
<style>
span { border-color: #9ED8BC; }
span { border-color: rgb(158,216,188); }
td.TdClassName
{
border-color: #9ED8BC;
}
.TagClassName
{
border-color: #9ED8BC;
}
</style>