Shades of Echo Blue #9CACDF
Tints of Echo Blue #9CACDF
RGB
CMYK
RGB Variations
Color information
#9CACDF (or 0x9CACDF) is known color: Echo Blue. HEX triplet: 9C, AC and DF. RGB value is (156,172,223). Sum of RGB (Red+Green+Blue) = 156+172+223=551 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.31% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CACDF is #635320. Grayscale: #ACACAC. Windows color (decimal): -6509345 or 14658716. OLE color: 14658716.
HSL color Cylindrical-coordinate representation of color #9CACDF: hue angle of 225.67º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CACDF is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 172 | 223 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.13 |
| HSL | 225.67º | 0.51% | 0.74% | - |
| HSV(B) | 225.67º | 0.3% | 0.87% | - |
| XYZ | 41.78 | 41.9 | 75.7 | - |
| YUV | 173.03 | 156.2 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 223 | 0.30 | 0.23 | 0 | 0.13 | 225.67 | 0.51 | 0.74 |
| Hex | 9C | AC | DF | 1E | 17 | 0 | D | E2 | 33 | 4A |
| Octal | 234 | 254 | 337 | 36 | 27 | 0 | 15 | 342 | 63 | 112 |
| Binary | 10011100 | 10101100 | 11011111 | 11110 | 10111 | 0 | 1101 | 11100010 | 110011 | 1001010 |
Color Harmonies of #9CACDF
Complementary color
Monochromatic Colors of #9CACDF
Black with #9CACDF
Text Example
Text Example
White with #9CACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CACDF; }
p { color: rgb(156,172,223); }
H1.HeaderClassName
{
color: #9CACDF;
}
.AnyTagClassName
{
color: #9CACDF;
}
</style>
background-color css
<style>
a { background-color: #9CACDF; }
a { background-color: rgb(156,172,223); }
div.DivClassName
{
background-color: #9CACDF;
}
.BgClassName
{
background-color: #9CACDF;
}
</style>
border-color css
<style>
span { border-color: #9CACDF; }
span { border-color: rgb(156,172,223); }
td.TdClassName
{
border-color: #9CACDF;
}
.TagClassName
{
border-color: #9CACDF;
}
</style>