Shades of Echo Blue #9CABCB
Tints of Echo Blue #9CABCB
RGB
CMYK
RGB Variations
Color information
#9CABCB (or 0x9CABCB) is known color: Echo Blue. HEX triplet: 9C, AB and CB. RGB value is (156,171,203). Sum of RGB (Red+Green+Blue) = 156+171+203=530 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.43% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #9CABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CABCB is #635434. Grayscale: #AAAAAA. Windows color (decimal): -6509621 or 13347740. OLE color: 13347740.
HSL color Cylindrical-coordinate representation of color #9CABCB: hue angle of 220.85º 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 #9CABCB is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 171 | 203 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.20 |
| HSL | 220.85º | 0.31% | 0.7% | - |
| HSV(B) | 220.85º | 0.23% | 0.8% | - |
| XYZ | 39.05 | 40.51 | 62.26 | - |
| YUV | 170.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 171 | 203 | 0.23 | 0.16 | 0 | 0.20 | 220.85 | 0.31 | 0.7 |
| Hex | 9C | AB | CB | 17 | 10 | 0 | 14 | DD | 1F | 46 |
| Octal | 234 | 253 | 313 | 27 | 20 | 0 | 24 | 335 | 37 | 106 |
| Binary | 10011100 | 10101011 | 11001011 | 10111 | 10000 | 0 | 10100 | 11011101 | 11111 | 1000110 |
Color Harmonies of #9CABCB
Complementary color
Monochromatic Colors of #9CABCB
Black with #9CABCB
Text Example
Text Example
White with #9CABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CABCB; }
p { color: rgb(156,171,203); }
H1.HeaderClassName
{
color: #9CABCB;
}
.AnyTagClassName
{
color: #9CABCB;
}
</style>
background-color css
<style>
a { background-color: #9CABCB; }
a { background-color: rgb(156,171,203); }
div.DivClassName
{
background-color: #9CABCB;
}
.BgClassName
{
background-color: #9CABCB;
}
</style>
border-color css
<style>
span { border-color: #9CABCB; }
span { border-color: rgb(156,171,203); }
td.TdClassName
{
border-color: #9CABCB;
}
.TagClassName
{
border-color: #9CABCB;
}
</style>