Shades of Echo Blue #9CA6CA
Tints of Echo Blue #9CA6CA
RGB
CMYK
RGB Variations
Color information
#9CA6CA (or 0x9CA6CA) is known color: Echo Blue. HEX triplet: 9C, A6 and CA. RGB value is (156,166,202). Sum of RGB (Red+Green+Blue) = 156+166+202=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CA6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA6CA is #635935. Grayscale: #A6A6A6. Windows color (decimal): -6510902 or 13280924. OLE color: 13280924.
HSL color Cylindrical-coordinate representation of color #9CA6CA: hue angle of 226.96º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CA6CA is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 166 | 202 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.21 |
| HSL | 226.96º | 0.3% | 0.7% | - |
| HSV(B) | 226.96º | 0.23% | 0.79% | - |
| XYZ | 38.01 | 38.6 | 61.33 | - |
| YUV | 167.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 166 | 202 | 0.23 | 0.18 | 0 | 0.21 | 226.96 | 0.3 | 0.7 |
| Hex | 9C | A6 | CA | 17 | 12 | 0 | 15 | E3 | 1E | 46 |
| Octal | 234 | 246 | 312 | 27 | 22 | 0 | 25 | 343 | 36 | 106 |
| Binary | 10011100 | 10100110 | 11001010 | 10111 | 10010 | 0 | 10101 | 11100011 | 11110 | 1000110 |
Color Harmonies of #9CA6CA
Complementary color
Monochromatic Colors of #9CA6CA
Black with #9CA6CA
Text Example
Text Example
White with #9CA6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA6CA; }
p { color: rgb(156,166,202); }
H1.HeaderClassName
{
color: #9CA6CA;
}
.AnyTagClassName
{
color: #9CA6CA;
}
</style>
background-color css
<style>
a { background-color: #9CA6CA; }
a { background-color: rgb(156,166,202); }
div.DivClassName
{
background-color: #9CA6CA;
}
.BgClassName
{
background-color: #9CA6CA;
}
</style>
border-color css
<style>
span { border-color: #9CA6CA; }
span { border-color: rgb(156,166,202); }
td.TdClassName
{
border-color: #9CA6CA;
}
.TagClassName
{
border-color: #9CA6CA;
}
</style>