Shades of Echo Blue #9CB1CB
Tints of Echo Blue #9CB1CB
RGB
CMYK
RGB Variations
Color information
#9CB1CB (or 0x9CB1CB) is known color: Echo Blue. HEX triplet: 9C, B1 and CB. RGB value is (156,177,203). Sum of RGB (Red+Green+Blue) = 156+177+203=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #9CB1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB1CB is #634E34. Grayscale: #ADADAD. Windows color (decimal): -6508085 or 13349276. OLE color: 13349276.
HSL color Cylindrical-coordinate representation of color #9CB1CB: hue angle of 213.19º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CB1CB is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 177 | 203 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.20 |
| HSL | 213.19º | 0.31% | 0.7% | - |
| HSV(B) | 213.19º | 0.23% | 0.8% | - |
| XYZ | 40.21 | 42.82 | 62.65 | - |
| YUV | 173.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 203 | 0.23 | 0.13 | 0 | 0.20 | 213.19 | 0.31 | 0.7 |
| Hex | 9C | B1 | CB | 17 | D | 0 | 14 | D5 | 1F | 46 |
| Octal | 234 | 261 | 313 | 27 | 15 | 0 | 24 | 325 | 37 | 106 |
| Binary | 10011100 | 10110001 | 11001011 | 10111 | 1101 | 0 | 10100 | 11010101 | 11111 | 1000110 |
Color Harmonies of #9CB1CB
Complementary color
Monochromatic Colors of #9CB1CB
Black with #9CB1CB
Text Example
Text Example
White with #9CB1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB1CB; }
p { color: rgb(156,177,203); }
H1.HeaderClassName
{
color: #9CB1CB;
}
.AnyTagClassName
{
color: #9CB1CB;
}
</style>
background-color css
<style>
a { background-color: #9CB1CB; }
a { background-color: rgb(156,177,203); }
div.DivClassName
{
background-color: #9CB1CB;
}
.BgClassName
{
background-color: #9CB1CB;
}
</style>
border-color css
<style>
span { border-color: #9CB1CB; }
span { border-color: rgb(156,177,203); }
td.TdClassName
{
border-color: #9CB1CB;
}
.TagClassName
{
border-color: #9CB1CB;
}
</style>