Shades of Echo Blue #9CACDB
Tints of Echo Blue #9CACDB
RGB
CMYK
RGB Variations
Color information
#9CACDB (or 0x9CACDB) is known color: Echo Blue. HEX triplet: 9C, AC and DB. RGB value is (156,172,219). Sum of RGB (Red+Green+Blue) = 156+172+219=547 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.52% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CACDB is #635324. Grayscale: #ACACAC. Windows color (decimal): -6509349 or 14396572. OLE color: 14396572.
HSL color Cylindrical-coordinate representation of color #9CACDB: hue angle of 224.76º 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 #9CACDB is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 172 | 219 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.14 |
| HSL | 224.76º | 0.47% | 0.74% | - |
| HSV(B) | 224.76º | 0.29% | 0.86% | - |
| XYZ | 41.25 | 41.69 | 72.89 | - |
| YUV | 172.57 | 154.2 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 219 | 0.29 | 0.21 | 0 | 0.14 | 224.76 | 0.47 | 0.74 |
| Hex | 9C | AC | DB | 1D | 15 | 0 | E | E1 | 2F | 4A |
| Octal | 234 | 254 | 333 | 35 | 25 | 0 | 16 | 341 | 57 | 112 |
| Binary | 10011100 | 10101100 | 11011011 | 11101 | 10101 | 0 | 1110 | 11100001 | 101111 | 1001010 |
Color Harmonies of #9CACDB
Complementary color
Monochromatic Colors of #9CACDB
Black with #9CACDB
Text Example
Text Example
White with #9CACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CACDB; }
p { color: rgb(156,172,219); }
H1.HeaderClassName
{
color: #9CACDB;
}
.AnyTagClassName
{
color: #9CACDB;
}
</style>
background-color css
<style>
a { background-color: #9CACDB; }
a { background-color: rgb(156,172,219); }
div.DivClassName
{
background-color: #9CACDB;
}
.BgClassName
{
background-color: #9CACDB;
}
</style>
border-color css
<style>
span { border-color: #9CACDB; }
span { border-color: rgb(156,172,219); }
td.TdClassName
{
border-color: #9CACDB;
}
.TagClassName
{
border-color: #9CACDB;
}
</style>