Shades of Echo Blue #9CA5CC
Tints of Echo Blue #9CA5CC
RGB
CMYK
RGB Variations
Color information
#9CA5CC (or 0x9CA5CC) is known color: Echo Blue. HEX triplet: 9C, A5 and CC. RGB value is (156,165,204). Sum of RGB (Red+Green+Blue) = 156+165+204=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #9CA5CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA5CC is #635A33. Grayscale: #A6A6A6. Windows color (decimal): -6511156 or 13411740. OLE color: 13411740.
HSL color Cylindrical-coordinate representation of color #9CA5CC: hue angle of 228.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 #9CA5CC is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 165 | 204 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.2 |
| HSL | 228.75º | 0.32% | 0.71% | - |
| HSV(B) | 228.75º | 0.24% | 0.8% | - |
| XYZ | 38.06 | 38.34 | 62.52 | - |
| YUV | 166.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 204 | 0.24 | 0.19 | 0 | 0.2 | 228.75 | 0.32 | 0.71 |
| Hex | 9C | A5 | CC | 18 | 13 | 0 | 14 | E5 | 20 | 47 |
| Octal | 234 | 245 | 314 | 30 | 23 | 0 | 24 | 345 | 40 | 107 |
| Binary | 10011100 | 10100101 | 11001100 | 11000 | 10011 | 0 | 10100 | 11100101 | 100000 | 1000111 |
Color Harmonies of #9CA5CC
Complementary color
Monochromatic Colors of #9CA5CC
Black with #9CA5CC
Text Example
Text Example
White with #9CA5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA5CC; }
p { color: rgb(156,165,204); }
H1.HeaderClassName
{
color: #9CA5CC;
}
.AnyTagClassName
{
color: #9CA5CC;
}
</style>
background-color css
<style>
a { background-color: #9CA5CC; }
a { background-color: rgb(156,165,204); }
div.DivClassName
{
background-color: #9CA5CC;
}
.BgClassName
{
background-color: #9CA5CC;
}
</style>
border-color css
<style>
span { border-color: #9CA5CC; }
span { border-color: rgb(156,165,204); }
td.TdClassName
{
border-color: #9CA5CC;
}
.TagClassName
{
border-color: #9CA5CC;
}
</style>