Shades of Echo Blue #9CA9CC
Tints of Echo Blue #9CA9CC
RGB
CMYK
RGB Variations
Color information
#9CA9CC (or 0x9CA9CC) is known color: Echo Blue. HEX triplet: 9C, A9 and CC. RGB value is (156,169,204). Sum of RGB (Red+Green+Blue) = 156+169+204=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #9CA9CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA9CC is #635633. Grayscale: #A8A8A8. Windows color (decimal): -6510132 or 13412764. OLE color: 13412764.
HSL color Cylindrical-coordinate representation of color #9CA9CC: hue angle of 223.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 #9CA9CC is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 169 | 204 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.2 |
| HSL | 223.75º | 0.32% | 0.71% | - |
| HSV(B) | 223.75º | 0.24% | 0.8% | - |
| XYZ | 38.8 | 39.8 | 62.76 | - |
| YUV | 169.1 | 147.69 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 169 | 204 | 0.24 | 0.17 | 0 | 0.2 | 223.75 | 0.32 | 0.71 |
| Hex | 9C | A9 | CC | 18 | 11 | 0 | 14 | E0 | 20 | 47 |
| Octal | 234 | 251 | 314 | 30 | 21 | 0 | 24 | 340 | 40 | 107 |
| Binary | 10011100 | 10101001 | 11001100 | 11000 | 10001 | 0 | 10100 | 11100000 | 100000 | 1000111 |
Color Harmonies of #9CA9CC
Complementary color
Monochromatic Colors of #9CA9CC
Black with #9CA9CC
Text Example
Text Example
White with #9CA9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA9CC; }
p { color: rgb(156,169,204); }
H1.HeaderClassName
{
color: #9CA9CC;
}
.AnyTagClassName
{
color: #9CA9CC;
}
</style>
background-color css
<style>
a { background-color: #9CA9CC; }
a { background-color: rgb(156,169,204); }
div.DivClassName
{
background-color: #9CA9CC;
}
.BgClassName
{
background-color: #9CA9CC;
}
</style>
border-color css
<style>
span { border-color: #9CA9CC; }
span { border-color: rgb(156,169,204); }
td.TdClassName
{
border-color: #9CA9CC;
}
.TagClassName
{
border-color: #9CA9CC;
}
</style>