Shades of Vista Blue #9EDCC0
Tints of Vista Blue #9EDCC0
RGB
CMYK
RGB Variations
Color information
#9EDCC0 (or 0x9EDCC0) is known color: Vista Blue. HEX triplet: 9E, DC and C0. RGB value is (158,220,192). Sum of RGB (Red+Green+Blue) = 158+220+192=570 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.72% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDCC0 is #61233F. Grayscale: #C6C6C6. Windows color (decimal): -6366016 or 12639390. OLE color: 12639390.
HSL color Cylindrical-coordinate representation of color #9EDCC0: hue angle of 152.9º degrees, saturation: 0.47, 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 #9EDCC0 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 220 | 192 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.14 |
| HSL | 152.9º | 0.47% | 0.74% | - |
| HSV(B) | 152.9º | 0.28% | 0.86% | - |
| XYZ | 49.21 | 62.26 | 59.29 | - |
| YUV | 198.27 | 124.46 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 220 | 192 | 0.28 | 0 | 0.13 | 0.14 | 152.9 | 0.47 | 0.74 |
| Hex | 9E | DC | C0 | 1C | 0 | D | E | 99 | 2F | 4A |
| Octal | 236 | 334 | 300 | 34 | 0 | 15 | 16 | 231 | 57 | 112 |
| Binary | 10011110 | 11011100 | 11000000 | 11100 | 0 | 1101 | 1110 | 10011001 | 101111 | 1001010 |
Color Harmonies of #9EDCC0
Complementary color
Monochromatic Colors of #9EDCC0
Black with #9EDCC0
Text Example
Text Example
White with #9EDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDCC0; }
p { color: rgb(158,220,192); }
H1.HeaderClassName
{
color: #9EDCC0;
}
.AnyTagClassName
{
color: #9EDCC0;
}
</style>
background-color css
<style>
a { background-color: #9EDCC0; }
a { background-color: rgb(158,220,192); }
div.DivClassName
{
background-color: #9EDCC0;
}
.BgClassName
{
background-color: #9EDCC0;
}
</style>
border-color css
<style>
span { border-color: #9EDCC0; }
span { border-color: rgb(158,220,192); }
td.TdClassName
{
border-color: #9EDCC0;
}
.TagClassName
{
border-color: #9EDCC0;
}
</style>