Shades of Vista Blue #9EDBB9
Tints of Vista Blue #9EDBB9
RGB
CMYK
RGB Variations
Color information
#9EDBB9 (or 0x9EDBB9) is known color: Vista Blue. HEX triplet: 9E, DB and B9. RGB value is (158,219,185). Sum of RGB (Red+Green+Blue) = 158+219+185=562 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.11% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBB9 is #612446. Grayscale: #C4C4C4. Windows color (decimal): -6366279 or 12180382. OLE color: 12180382.
HSL color Cylindrical-coordinate representation of color #9EDBB9: hue angle of 146.56º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDBB9 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 185 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.14 |
| HSL | 146.56º | 0.46% | 0.74% | - |
| HSV(B) | 146.56º | 0.28% | 0.86% | - |
| XYZ | 48.19 | 61.43 | 55.22 | - |
| YUV | 196.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 185 | 0.28 | 0 | 0.16 | 0.14 | 146.56 | 0.46 | 0.74 |
| Hex | 9E | DB | B9 | 1C | 0 | 10 | E | 93 | 2E | 4A |
| Octal | 236 | 333 | 271 | 34 | 0 | 20 | 16 | 223 | 56 | 112 |
| Binary | 10011110 | 11011011 | 10111001 | 11100 | 0 | 10000 | 1110 | 10010011 | 101110 | 1001010 |
Color Harmonies of #9EDBB9
Complementary color
Monochromatic Colors of #9EDBB9
Black with #9EDBB9
Text Example
Text Example
White with #9EDBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDBB9; }
p { color: rgb(158,219,185); }
H1.HeaderClassName
{
color: #9EDBB9;
}
.AnyTagClassName
{
color: #9EDBB9;
}
</style>
background-color css
<style>
a { background-color: #9EDBB9; }
a { background-color: rgb(158,219,185); }
div.DivClassName
{
background-color: #9EDBB9;
}
.BgClassName
{
background-color: #9EDBB9;
}
</style>
border-color css
<style>
span { border-color: #9EDBB9; }
span { border-color: rgb(158,219,185); }
td.TdClassName
{
border-color: #9EDBB9;
}
.TagClassName
{
border-color: #9EDBB9;
}
</style>