Shades of Echo Blue #9CA9CE
Tints of Echo Blue #9CA9CE
RGB
CMYK
RGB Variations
Color information
#9CA9CE (or 0x9CA9CE) is known color: Echo Blue. HEX triplet: 9C, A9 and CE. RGB value is (156,169,206). Sum of RGB (Red+Green+Blue) = 156+169+206=531 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.38% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #9CA9CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA9CE is #635631. Grayscale: #A9A9A9. Windows color (decimal): -6510130 or 13543836. OLE color: 13543836.
HSL color Cylindrical-coordinate representation of color #9CA9CE: hue angle of 224.4º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CA9CE is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 169 | 206 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.19 |
| HSL | 224.4º | 0.34% | 0.71% | - |
| HSV(B) | 224.4º | 0.24% | 0.81% | - |
| XYZ | 39.04 | 39.9 | 64.04 | - |
| YUV | 169.33 | 148.69 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 169 | 206 | 0.24 | 0.18 | 0 | 0.19 | 224.4 | 0.34 | 0.71 |
| Hex | 9C | A9 | CE | 18 | 12 | 0 | 13 | E0 | 22 | 47 |
| Octal | 234 | 251 | 316 | 30 | 22 | 0 | 23 | 340 | 42 | 107 |
| Binary | 10011100 | 10101001 | 11001110 | 11000 | 10010 | 0 | 10011 | 11100000 | 100010 | 1000111 |
Color Harmonies of #9CA9CE
Complementary color
Monochromatic Colors of #9CA9CE
Black with #9CA9CE
Text Example
Text Example
White with #9CA9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA9CE; }
p { color: rgb(156,169,206); }
H1.HeaderClassName
{
color: #9CA9CE;
}
.AnyTagClassName
{
color: #9CA9CE;
}
</style>
background-color css
<style>
a { background-color: #9CA9CE; }
a { background-color: rgb(156,169,206); }
div.DivClassName
{
background-color: #9CA9CE;
}
.BgClassName
{
background-color: #9CA9CE;
}
</style>
border-color css
<style>
span { border-color: #9CA9CE; }
span { border-color: rgb(156,169,206); }
td.TdClassName
{
border-color: #9CA9CE;
}
.TagClassName
{
border-color: #9CA9CE;
}
</style>