Shades of Vista Blue #9ECEB3
Tints of Vista Blue #9ECEB3
RGB
CMYK
RGB Variations
Color information
#9ECEB3 (or 0x9ECEB3) is known color: Vista Blue. HEX triplet: 9E, CE and B3. RGB value is (158,206,179). Sum of RGB (Red+Green+Blue) = 158+206+179=543 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.10% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 179 (70.31% from 255 or 32.97% from 543); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECEB3 is #61314C. Grayscale: #BCBCBC. Windows color (decimal): -6369613 or 11783838. OLE color: 11783838.
HSL color Cylindrical-coordinate representation of color #9ECEB3: hue angle of 146.25º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECEB3 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 179 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.19 |
| HSL | 146.25º | 0.33% | 0.71% | - |
| HSV(B) | 146.25º | 0.23% | 0.81% | - |
| XYZ | 44.31 | 54.67 | 50.86 | - |
| YUV | 188.57 | 122.6 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 179 | 0.23 | 0 | 0.13 | 0.19 | 146.25 | 0.33 | 0.71 |
| Hex | 9E | CE | B3 | 17 | 0 | D | 13 | 92 | 21 | 47 |
| Octal | 236 | 316 | 263 | 27 | 0 | 15 | 23 | 222 | 41 | 107 |
| Binary | 10011110 | 11001110 | 10110011 | 10111 | 0 | 1101 | 10011 | 10010010 | 100001 | 1000111 |
Color Harmonies of #9ECEB3
Complementary color
Monochromatic Colors of #9ECEB3
Black with #9ECEB3
Text Example
Text Example
White with #9ECEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECEB3; }
p { color: rgb(158,206,179); }
H1.HeaderClassName
{
color: #9ECEB3;
}
.AnyTagClassName
{
color: #9ECEB3;
}
</style>
background-color css
<style>
a { background-color: #9ECEB3; }
a { background-color: rgb(158,206,179); }
div.DivClassName
{
background-color: #9ECEB3;
}
.BgClassName
{
background-color: #9ECEB3;
}
</style>
border-color css
<style>
span { border-color: #9ECEB3; }
span { border-color: rgb(158,206,179); }
td.TdClassName
{
border-color: #9ECEB3;
}
.TagClassName
{
border-color: #9ECEB3;
}
</style>