Shades of Echo Blue #9CB1CC
Tints of Echo Blue #9CB1CC
RGB
CMYK
RGB Variations
Color information
#9CB1CC (or 0x9CB1CC) is known color: Echo Blue. HEX triplet: 9C, B1 and CC. RGB value is (156,177,204). Sum of RGB (Red+Green+Blue) = 156+177+204=537 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.05% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #9CB1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB1CC is #634E33. Grayscale: #ADADAD. Windows color (decimal): -6508084 or 13414812. OLE color: 13414812.
HSL color Cylindrical-coordinate representation of color #9CB1CC: hue angle of 213.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CB1CC is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 177 | 204 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.2 |
| HSL | 213.75º | 0.32% | 0.71% | - |
| HSV(B) | 213.75º | 0.24% | 0.8% | - |
| XYZ | 40.33 | 42.87 | 63.28 | - |
| YUV | 173.8 | 145.04 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 204 | 0.24 | 0.13 | 0 | 0.2 | 213.75 | 0.32 | 0.71 |
| Hex | 9C | B1 | CC | 18 | D | 0 | 14 | D6 | 20 | 47 |
| Octal | 234 | 261 | 314 | 30 | 15 | 0 | 24 | 326 | 40 | 107 |
| Binary | 10011100 | 10110001 | 11001100 | 11000 | 1101 | 0 | 10100 | 11010110 | 100000 | 1000111 |
Color Harmonies of #9CB1CC
Complementary color
Monochromatic Colors of #9CB1CC
Black with #9CB1CC
Text Example
Text Example
White with #9CB1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB1CC; }
p { color: rgb(156,177,204); }
H1.HeaderClassName
{
color: #9CB1CC;
}
.AnyTagClassName
{
color: #9CB1CC;
}
</style>
background-color css
<style>
a { background-color: #9CB1CC; }
a { background-color: rgb(156,177,204); }
div.DivClassName
{
background-color: #9CB1CC;
}
.BgClassName
{
background-color: #9CB1CC;
}
</style>
border-color css
<style>
span { border-color: #9CB1CC; }
span { border-color: rgb(156,177,204); }
td.TdClassName
{
border-color: #9CB1CC;
}
.TagClassName
{
border-color: #9CB1CC;
}
</style>