Shades of Vista Blue #9ED5B6
Tints of Vista Blue #9ED5B6
RGB
CMYK
RGB Variations
Color information
#9ED5B6 (or 0x9ED5B6) is known color: Vista Blue. HEX triplet: 9E, D5 and B6. RGB value is (158,213,182). Sum of RGB (Red+Green+Blue) = 158+213+182=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED5B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED5B6 is #612A49. Grayscale: #C1C1C1. Windows color (decimal): -6367818 or 11982238. OLE color: 11982238.
HSL color Cylindrical-coordinate representation of color #9ED5B6: hue angle of 146.18º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ED5B6 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 182 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.16 |
| HSL | 146.18º | 0.4% | 0.73% | - |
| HSV(B) | 146.18º | 0.26% | 0.84% | - |
| XYZ | 46.34 | 58.24 | 53.05 | - |
| YUV | 193.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 182 | 0.26 | 0 | 0.15 | 0.16 | 146.18 | 0.4 | 0.73 |
| Hex | 9E | D5 | B6 | 1A | 0 | F | 10 | 92 | 28 | 49 |
| Octal | 236 | 325 | 266 | 32 | 0 | 17 | 20 | 222 | 50 | 111 |
| Binary | 10011110 | 11010101 | 10110110 | 11010 | 0 | 1111 | 10000 | 10010010 | 101000 | 1001001 |
Color Harmonies of #9ED5B6
Complementary color
Monochromatic Colors of #9ED5B6
Black with #9ED5B6
Text Example
Text Example
White with #9ED5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED5B6; }
p { color: rgb(158,213,182); }
H1.HeaderClassName
{
color: #9ED5B6;
}
.AnyTagClassName
{
color: #9ED5B6;
}
</style>
background-color css
<style>
a { background-color: #9ED5B6; }
a { background-color: rgb(158,213,182); }
div.DivClassName
{
background-color: #9ED5B6;
}
.BgClassName
{
background-color: #9ED5B6;
}
</style>
border-color css
<style>
span { border-color: #9ED5B6; }
span { border-color: rgb(158,213,182); }
td.TdClassName
{
border-color: #9ED5B6;
}
.TagClassName
{
border-color: #9ED5B6;
}
</style>