Shades of Echo Blue #9CB2CC
Tints of Echo Blue #9CB2CC
RGB
CMYK
RGB Variations
Color information
#9CB2CC (or 0x9CB2CC) is known color: Echo Blue. HEX triplet: 9C, B2 and CC. RGB value is (156,178,204). Sum of RGB (Red+Green+Blue) = 156+178+204=538 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.00% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #9CB2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB2CC is #634D33. Grayscale: #AEAEAE. Windows color (decimal): -6507828 or 13415068. OLE color: 13415068.
HSL color Cylindrical-coordinate representation of color #9CB2CC: hue angle of 212.5º 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 #9CB2CC is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 178 | 204 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.2 |
| HSL | 212.5º | 0.32% | 0.71% | - |
| HSV(B) | 212.5º | 0.24% | 0.8% | - |
| XYZ | 40.53 | 43.27 | 63.34 | - |
| YUV | 174.39 | 144.71 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 178 | 204 | 0.24 | 0.13 | 0 | 0.2 | 212.5 | 0.32 | 0.71 |
| Hex | 9C | B2 | CC | 18 | D | 0 | 14 | D4 | 20 | 47 |
| Octal | 234 | 262 | 314 | 30 | 15 | 0 | 24 | 324 | 40 | 107 |
| Binary | 10011100 | 10110010 | 11001100 | 11000 | 1101 | 0 | 10100 | 11010100 | 100000 | 1000111 |
Color Harmonies of #9CB2CC
Complementary color
Monochromatic Colors of #9CB2CC
Black with #9CB2CC
Text Example
Text Example
White with #9CB2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB2CC; }
p { color: rgb(156,178,204); }
H1.HeaderClassName
{
color: #9CB2CC;
}
.AnyTagClassName
{
color: #9CB2CC;
}
</style>
background-color css
<style>
a { background-color: #9CB2CC; }
a { background-color: rgb(156,178,204); }
div.DivClassName
{
background-color: #9CB2CC;
}
.BgClassName
{
background-color: #9CB2CC;
}
</style>
border-color css
<style>
span { border-color: #9CB2CC; }
span { border-color: rgb(156,178,204); }
td.TdClassName
{
border-color: #9CB2CC;
}
.TagClassName
{
border-color: #9CB2CC;
}
</style>