Shades of Echo Blue #9CA3C3
Tints of Echo Blue #9CA3C3
RGB
CMYK
RGB Variations
Color information
#9CA3C3 (or 0x9CA3C3) is known color: Echo Blue. HEX triplet: 9C, A3 and C3. RGB value is (156,163,195). Sum of RGB (Red+Green+Blue) = 156+163+195=514 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.35% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: blue. Hex color #9CA3C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA3C3 is #635C3C. Grayscale: #A4A4A4. Windows color (decimal): -6511677 or 12821404. OLE color: 12821404.
HSL color Cylindrical-coordinate representation of color #9CA3C3: hue angle of 229.23º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CA3C3 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 163 | 195 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.24 |
| HSL | 229.23º | 0.25% | 0.69% | - |
| HSV(B) | 229.23º | 0.2% | 0.76% | - |
| XYZ | 36.66 | 37.2 | 56.88 | - |
| YUV | 164.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 163 | 195 | 0.20 | 0.16 | 0 | 0.24 | 229.23 | 0.25 | 0.69 |
| Hex | 9C | A3 | C3 | 14 | 10 | 0 | 18 | E5 | 19 | 45 |
| Octal | 234 | 243 | 303 | 24 | 20 | 0 | 30 | 345 | 31 | 105 |
| Binary | 10011100 | 10100011 | 11000011 | 10100 | 10000 | 0 | 11000 | 11100101 | 11001 | 1000101 |
Color Harmonies of #9CA3C3
Complementary color
Monochromatic Colors of #9CA3C3
Black with #9CA3C3
Text Example
Text Example
White with #9CA3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA3C3; }
p { color: rgb(156,163,195); }
H1.HeaderClassName
{
color: #9CA3C3;
}
.AnyTagClassName
{
color: #9CA3C3;
}
</style>
background-color css
<style>
a { background-color: #9CA3C3; }
a { background-color: rgb(156,163,195); }
div.DivClassName
{
background-color: #9CA3C3;
}
.BgClassName
{
background-color: #9CA3C3;
}
</style>
border-color css
<style>
span { border-color: #9CA3C3; }
span { border-color: rgb(156,163,195); }
td.TdClassName
{
border-color: #9CA3C3;
}
.TagClassName
{
border-color: #9CA3C3;
}
</style>