Shades of Vista Blue #9ED0BC
Tints of Vista Blue #9ED0BC
RGB
CMYK
RGB Variations
Color information
#9ED0BC (or 0x9ED0BC) is known color: Vista Blue. HEX triplet: 9E, D0 and BC. RGB value is (158,208,188). Sum of RGB (Red+Green+Blue) = 158+208+188=554 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.52% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED0BC is #612F43. Grayscale: #BEBEBE. Windows color (decimal): -6369092 or 12374174. OLE color: 12374174.
HSL color Cylindrical-coordinate representation of color #9ED0BC: hue angle of 156º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ED0BC is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 208 | 188 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.18 |
| HSL | 156º | 0.35% | 0.72% | - |
| HSV(B) | 156º | 0.24% | 0.82% | - |
| XYZ | 45.73 | 56.01 | 55.98 | - |
| YUV | 190.77 | 126.44 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 208 | 188 | 0.24 | 0 | 0.10 | 0.18 | 156 | 0.35 | 0.72 |
| Hex | 9E | D0 | BC | 18 | 0 | A | 12 | 9C | 23 | 48 |
| Octal | 236 | 320 | 274 | 30 | 0 | 12 | 22 | 234 | 43 | 110 |
| Binary | 10011110 | 11010000 | 10111100 | 11000 | 0 | 1010 | 10010 | 10011100 | 100011 | 1001000 |
Color Harmonies of #9ED0BC
Complementary color
Monochromatic Colors of #9ED0BC
Black with #9ED0BC
Text Example
Text Example
White with #9ED0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED0BC; }
p { color: rgb(158,208,188); }
H1.HeaderClassName
{
color: #9ED0BC;
}
.AnyTagClassName
{
color: #9ED0BC;
}
</style>
background-color css
<style>
a { background-color: #9ED0BC; }
a { background-color: rgb(158,208,188); }
div.DivClassName
{
background-color: #9ED0BC;
}
.BgClassName
{
background-color: #9ED0BC;
}
</style>
border-color css
<style>
span { border-color: #9ED0BC; }
span { border-color: rgb(158,208,188); }
td.TdClassName
{
border-color: #9ED0BC;
}
.TagClassName
{
border-color: #9ED0BC;
}
</style>