Shades of Echo Blue #9CB5DB
Tints of Echo Blue #9CB5DB
RGB
CMYK
RGB Variations
Color information
#9CB5DB (or 0x9CB5DB) is known color: Echo Blue. HEX triplet: 9C, B5 and DB. RGB value is (156,181,219). Sum of RGB (Red+Green+Blue) = 156+181+219=556 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.06% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CB5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB5DB is #634A24. Grayscale: #B1B1B1. Windows color (decimal): -6507045 or 14398876. OLE color: 14398876.
HSL color Cylindrical-coordinate representation of color #9CB5DB: hue angle of 216.19º 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 #9CB5DB is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 181 | 219 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.14 |
| HSL | 216.19º | 0.47% | 0.74% | - |
| HSV(B) | 216.19º | 0.29% | 0.86% | - |
| XYZ | 43.02 | 45.23 | 73.48 | - |
| YUV | 177.86 | 151.22 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 219 | 0.29 | 0.17 | 0 | 0.14 | 216.19 | 0.47 | 0.74 |
| Hex | 9C | B5 | DB | 1D | 11 | 0 | E | D8 | 2F | 4A |
| Octal | 234 | 265 | 333 | 35 | 21 | 0 | 16 | 330 | 57 | 112 |
| Binary | 10011100 | 10110101 | 11011011 | 11101 | 10001 | 0 | 1110 | 11011000 | 101111 | 1001010 |
Color Harmonies of #9CB5DB
Complementary color
Monochromatic Colors of #9CB5DB
Black with #9CB5DB
Text Example
Text Example
White with #9CB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB5DB; }
p { color: rgb(156,181,219); }
H1.HeaderClassName
{
color: #9CB5DB;
}
.AnyTagClassName
{
color: #9CB5DB;
}
</style>
background-color css
<style>
a { background-color: #9CB5DB; }
a { background-color: rgb(156,181,219); }
div.DivClassName
{
background-color: #9CB5DB;
}
.BgClassName
{
background-color: #9CB5DB;
}
</style>
border-color css
<style>
span { border-color: #9CB5DB; }
span { border-color: rgb(156,181,219); }
td.TdClassName
{
border-color: #9CB5DB;
}
.TagClassName
{
border-color: #9CB5DB;
}
</style>