Shades of Vista Blue #9ECCB1
Tints of Vista Blue #9ECCB1
RGB
CMYK
RGB Variations
Color information
#9ECCB1 (or 0x9ECCB1) is known color: Vista Blue. HEX triplet: 9E, CC and B1. RGB value is (158,204,177). Sum of RGB (Red+Green+Blue) = 158+204+177=539 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.31% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECCB1 is #61334E. Grayscale: #BBBBBB. Windows color (decimal): -6370127 or 11652254. OLE color: 11652254.
HSL color Cylindrical-coordinate representation of color #9ECCB1: hue angle of 144.78º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECCB1 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 204 | 177 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.2 |
| HSL | 144.78º | 0.31% | 0.71% | - |
| HSV(B) | 144.78º | 0.23% | 0.8% | - |
| XYZ | 43.63 | 53.63 | 49.65 | - |
| YUV | 187.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 177 | 0.23 | 0 | 0.13 | 0.2 | 144.78 | 0.31 | 0.71 |
| Hex | 9E | CC | B1 | 17 | 0 | D | 14 | 91 | 1F | 47 |
| Octal | 236 | 314 | 261 | 27 | 0 | 15 | 24 | 221 | 37 | 107 |
| Binary | 10011110 | 11001100 | 10110001 | 10111 | 0 | 1101 | 10100 | 10010001 | 11111 | 1000111 |
Color Harmonies of #9ECCB1
Complementary color
Monochromatic Colors of #9ECCB1
Black with #9ECCB1
Text Example
Text Example
White with #9ECCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECCB1; }
p { color: rgb(158,204,177); }
H1.HeaderClassName
{
color: #9ECCB1;
}
.AnyTagClassName
{
color: #9ECCB1;
}
</style>
background-color css
<style>
a { background-color: #9ECCB1; }
a { background-color: rgb(158,204,177); }
div.DivClassName
{
background-color: #9ECCB1;
}
.BgClassName
{
background-color: #9ECCB1;
}
</style>
border-color css
<style>
span { border-color: #9ECCB1; }
span { border-color: rgb(158,204,177); }
td.TdClassName
{
border-color: #9ECCB1;
}
.TagClassName
{
border-color: #9ECCB1;
}
</style>