Shades of Echo Blue #9CB1DB
Tints of Echo Blue #9CB1DB
RGB
CMYK
RGB Variations
Color information
#9CB1DB (or 0x9CB1DB) is known color: Echo Blue. HEX triplet: 9C, B1 and DB. RGB value is (156,177,219). Sum of RGB (Red+Green+Blue) = 156+177+219=552 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.26% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CB1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB1DB is #634E24. Grayscale: #AFAFAF. Windows color (decimal): -6508069 or 14397852. OLE color: 14397852.
HSL color Cylindrical-coordinate representation of color #9CB1DB: hue angle of 220º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CB1DB is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 177 | 219 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.14 |
| HSL | 220º | 0.47% | 0.74% | - |
| HSV(B) | 220º | 0.29% | 0.86% | - |
| XYZ | 42.22 | 43.63 | 73.21 | - |
| YUV | 175.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 219 | 0.29 | 0.19 | 0 | 0.14 | 220 | 0.47 | 0.74 |
| Hex | 9C | B1 | DB | 1D | 13 | 0 | E | DC | 2F | 4A |
| Octal | 234 | 261 | 333 | 35 | 23 | 0 | 16 | 334 | 57 | 112 |
| Binary | 10011100 | 10110001 | 11011011 | 11101 | 10011 | 0 | 1110 | 11011100 | 101111 | 1001010 |
Color Harmonies of #9CB1DB
Complementary color
Monochromatic Colors of #9CB1DB
Black with #9CB1DB
Text Example
Text Example
White with #9CB1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB1DB; }
p { color: rgb(156,177,219); }
H1.HeaderClassName
{
color: #9CB1DB;
}
.AnyTagClassName
{
color: #9CB1DB;
}
</style>
background-color css
<style>
a { background-color: #9CB1DB; }
a { background-color: rgb(156,177,219); }
div.DivClassName
{
background-color: #9CB1DB;
}
.BgClassName
{
background-color: #9CB1DB;
}
</style>
border-color css
<style>
span { border-color: #9CB1DB; }
span { border-color: rgb(156,177,219); }
td.TdClassName
{
border-color: #9CB1DB;
}
.TagClassName
{
border-color: #9CB1DB;
}
</style>