Shades of Echo Blue #9BA4CC
Tints of Echo Blue #9BA4CC
RGB
CMYK
RGB Variations
Color information
#9BA4CC (or 0x9BA4CC) is known color: Echo Blue. HEX triplet: 9B, A4 and CC. RGB value is (155,164,204). Sum of RGB (Red+Green+Blue) = 155+164+204=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BA4CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA4CC is #645B33. Grayscale: #A5A5A5. Windows color (decimal): -6576948 or 13411483. OLE color: 13411483.
HSL color Cylindrical-coordinate representation of color #9BA4CC: hue angle of 228.98º 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 #9BA4CC is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 164 | 204 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.2 |
| HSL | 228.98º | 0.32% | 0.7% | - |
| HSV(B) | 228.98º | 0.24% | 0.8% | - |
| XYZ | 37.69 | 37.88 | 62.45 | - |
| YUV | 165.87 | 149.52 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 164 | 204 | 0.24 | 0.20 | 0 | 0.2 | 228.98 | 0.32 | 0.7 |
| Hex | 9B | A4 | CC | 18 | 14 | 0 | 14 | E5 | 20 | 46 |
| Octal | 233 | 244 | 314 | 30 | 24 | 0 | 24 | 345 | 40 | 106 |
| Binary | 10011011 | 10100100 | 11001100 | 11000 | 10100 | 0 | 10100 | 11100101 | 100000 | 1000110 |
Color Harmonies of #9BA4CC
Complementary color
Monochromatic Colors of #9BA4CC
Black with #9BA4CC
Text Example
Text Example
White with #9BA4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA4CC; }
p { color: rgb(155,164,204); }
H1.HeaderClassName
{
color: #9BA4CC;
}
.AnyTagClassName
{
color: #9BA4CC;
}
</style>
background-color css
<style>
a { background-color: #9BA4CC; }
a { background-color: rgb(155,164,204); }
div.DivClassName
{
background-color: #9BA4CC;
}
.BgClassName
{
background-color: #9BA4CC;
}
</style>
border-color css
<style>
span { border-color: #9BA4CC; }
span { border-color: rgb(155,164,204); }
td.TdClassName
{
border-color: #9BA4CC;
}
.TagClassName
{
border-color: #9BA4CC;
}
</style>