Shades of Echo Blue #9CB0CA
Tints of Echo Blue #9CB0CA
RGB
CMYK
RGB Variations
Color information
#9CB0CA (or 0x9CB0CA) is known color: Echo Blue. HEX triplet: 9C, B0 and CA. RGB value is (156,176,202). Sum of RGB (Red+Green+Blue) = 156+176+202=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CB0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB0CA is #634F35. Grayscale: #ACACAC. Windows color (decimal): -6508342 or 13283484. OLE color: 13283484.
HSL color Cylindrical-coordinate representation of color #9CB0CA: hue angle of 213.91º 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 #9CB0CA is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 176 | 202 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.21 |
| HSL | 213.91º | 0.3% | 0.7% | - |
| HSV(B) | 213.91º | 0.23% | 0.79% | - |
| XYZ | 39.9 | 42.38 | 61.96 | - |
| YUV | 172.98 | 144.37 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 176 | 202 | 0.23 | 0.13 | 0 | 0.21 | 213.91 | 0.3 | 0.7 |
| Hex | 9C | B0 | CA | 17 | D | 0 | 15 | D6 | 1E | 46 |
| Octal | 234 | 260 | 312 | 27 | 15 | 0 | 25 | 326 | 36 | 106 |
| Binary | 10011100 | 10110000 | 11001010 | 10111 | 1101 | 0 | 10101 | 11010110 | 11110 | 1000110 |
Color Harmonies of #9CB0CA
Complementary color
Monochromatic Colors of #9CB0CA
Black with #9CB0CA
Text Example
Text Example
White with #9CB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB0CA; }
p { color: rgb(156,176,202); }
H1.HeaderClassName
{
color: #9CB0CA;
}
.AnyTagClassName
{
color: #9CB0CA;
}
</style>
background-color css
<style>
a { background-color: #9CB0CA; }
a { background-color: rgb(156,176,202); }
div.DivClassName
{
background-color: #9CB0CA;
}
.BgClassName
{
background-color: #9CB0CA;
}
</style>
border-color css
<style>
span { border-color: #9CB0CA; }
span { border-color: rgb(156,176,202); }
td.TdClassName
{
border-color: #9CB0CA;
}
.TagClassName
{
border-color: #9CB0CA;
}
</style>