Shades of Echo Blue #9CA8CB
Tints of Echo Blue #9CA8CB
RGB
CMYK
RGB Variations
Color information
#9CA8CB (or 0x9CA8CB) is known color: Echo Blue. HEX triplet: 9C, A8 and CB. RGB value is (156,168,203). Sum of RGB (Red+Green+Blue) = 156+168+203=527 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.60% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #9CA8CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA8CB is #635734. Grayscale: #A8A8A8. Windows color (decimal): -6510389 or 13346972. OLE color: 13346972.
HSL color Cylindrical-coordinate representation of color #9CA8CB: hue angle of 224.68º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CA8CB is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 168 | 203 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.20 |
| HSL | 224.68º | 0.31% | 0.7% | - |
| HSV(B) | 224.68º | 0.23% | 0.8% | - |
| XYZ | 38.49 | 39.38 | 62.07 | - |
| YUV | 168.4 | 147.52 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 168 | 203 | 0.23 | 0.17 | 0 | 0.20 | 224.68 | 0.31 | 0.7 |
| Hex | 9C | A8 | CB | 17 | 11 | 0 | 14 | E1 | 1F | 46 |
| Octal | 234 | 250 | 313 | 27 | 21 | 0 | 24 | 341 | 37 | 106 |
| Binary | 10011100 | 10101000 | 11001011 | 10111 | 10001 | 0 | 10100 | 11100001 | 11111 | 1000110 |
Color Harmonies of #9CA8CB
Complementary color
Monochromatic Colors of #9CA8CB
Black with #9CA8CB
Text Example
Text Example
White with #9CA8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA8CB; }
p { color: rgb(156,168,203); }
H1.HeaderClassName
{
color: #9CA8CB;
}
.AnyTagClassName
{
color: #9CA8CB;
}
</style>
background-color css
<style>
a { background-color: #9CA8CB; }
a { background-color: rgb(156,168,203); }
div.DivClassName
{
background-color: #9CA8CB;
}
.BgClassName
{
background-color: #9CA8CB;
}
</style>
border-color css
<style>
span { border-color: #9CA8CB; }
span { border-color: rgb(156,168,203); }
td.TdClassName
{
border-color: #9CA8CB;
}
.TagClassName
{
border-color: #9CA8CB;
}
</style>