Shades of Vista Blue #9EDABC
Tints of Vista Blue #9EDABC
RGB
CMYK
RGB Variations
Color information
#9EDABC (or 0x9EDABC) is known color: Vista Blue. HEX triplet: 9E, DA and BC. RGB value is (158,218,188). Sum of RGB (Red+Green+Blue) = 158+218+188=564 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.01% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDABC is #612543. Grayscale: #C4C4C4. Windows color (decimal): -6366532 or 12376734. OLE color: 12376734.
HSL color Cylindrical-coordinate representation of color #9EDABC: hue angle of 150º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDABC is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 218 | 188 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.15 |
| HSL | 150º | 0.45% | 0.74% | - |
| HSV(B) | 150º | 0.28% | 0.85% | - |
| XYZ | 48.25 | 61.04 | 56.82 | - |
| YUV | 196.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 218 | 188 | 0.28 | 0 | 0.14 | 0.15 | 150 | 0.45 | 0.74 |
| Hex | 9E | DA | BC | 1C | 0 | E | F | 96 | 2D | 4A |
| Octal | 236 | 332 | 274 | 34 | 0 | 16 | 17 | 226 | 55 | 112 |
| Binary | 10011110 | 11011010 | 10111100 | 11100 | 0 | 1110 | 1111 | 10010110 | 101101 | 1001010 |
Color Harmonies of #9EDABC
Complementary color
Monochromatic Colors of #9EDABC
Black with #9EDABC
Text Example
Text Example
White with #9EDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDABC; }
p { color: rgb(158,218,188); }
H1.HeaderClassName
{
color: #9EDABC;
}
.AnyTagClassName
{
color: #9EDABC;
}
</style>
background-color css
<style>
a { background-color: #9EDABC; }
a { background-color: rgb(158,218,188); }
div.DivClassName
{
background-color: #9EDABC;
}
.BgClassName
{
background-color: #9EDABC;
}
</style>
border-color css
<style>
span { border-color: #9EDABC; }
span { border-color: rgb(158,218,188); }
td.TdClassName
{
border-color: #9EDABC;
}
.TagClassName
{
border-color: #9EDABC;
}
</style>