Shades of Echo Blue #9BA8CC
Tints of Echo Blue #9BA8CC
RGB
CMYK
RGB Variations
Color information
#9BA8CC (or 0x9BA8CC) is known color: Echo Blue. HEX triplet: 9B, A8 and CC. RGB value is (155,168,204). Sum of RGB (Red+Green+Blue) = 155+168+204=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BA8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA8CC is #645733. Grayscale: #A8A8A8. Windows color (decimal): -6575924 or 13412507. OLE color: 13412507.
HSL color Cylindrical-coordinate representation of color #9BA8CC: hue angle of 224.08º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BA8CC is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 168 | 204 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.2 |
| HSL | 224.08º | 0.32% | 0.7% | - |
| HSV(B) | 224.08º | 0.24% | 0.8% | - |
| XYZ | 38.42 | 39.33 | 62.69 | - |
| YUV | 168.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 204 | 0.24 | 0.18 | 0 | 0.2 | 224.08 | 0.32 | 0.7 |
| Hex | 9B | A8 | CC | 18 | 12 | 0 | 14 | E0 | 20 | 46 |
| Octal | 233 | 250 | 314 | 30 | 22 | 0 | 24 | 340 | 40 | 106 |
| Binary | 10011011 | 10101000 | 11001100 | 11000 | 10010 | 0 | 10100 | 11100000 | 100000 | 1000110 |
Color Harmonies of #9BA8CC
Complementary color
Monochromatic Colors of #9BA8CC
Black with #9BA8CC
Text Example
Text Example
White with #9BA8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA8CC; }
p { color: rgb(155,168,204); }
H1.HeaderClassName
{
color: #9BA8CC;
}
.AnyTagClassName
{
color: #9BA8CC;
}
</style>
background-color css
<style>
a { background-color: #9BA8CC; }
a { background-color: rgb(155,168,204); }
div.DivClassName
{
background-color: #9BA8CC;
}
.BgClassName
{
background-color: #9BA8CC;
}
</style>
border-color css
<style>
span { border-color: #9BA8CC; }
span { border-color: rgb(155,168,204); }
td.TdClassName
{
border-color: #9BA8CC;
}
.TagClassName
{
border-color: #9BA8CC;
}
</style>