Shades of Echo Blue #9BA8C4
Tints of Echo Blue #9BA8C4
RGB
CMYK
RGB Variations
Color information
#9BA8C4 (or 0x9BA8C4) is known color: Echo Blue. HEX triplet: 9B, A8 and C4. RGB value is (155,168,196). Sum of RGB (Red+Green+Blue) = 155+168+196=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 196 - color contains mainly: blue. Hex color #9BA8C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA8C4 is #64573B. Grayscale: #A7A7A7. Windows color (decimal): -6575932 or 12888219. OLE color: 12888219.
HSL color Cylindrical-coordinate representation of color #9BA8C4: hue angle of 220.98º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BA8C4 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 168 | 196 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.23 |
| HSL | 220.98º | 0.26% | 0.69% | - |
| HSV(B) | 220.98º | 0.21% | 0.77% | - |
| XYZ | 37.48 | 38.96 | 57.77 | - |
| YUV | 167.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 196 | 0.21 | 0.14 | 0 | 0.23 | 220.98 | 0.26 | 0.69 |
| Hex | 9B | A8 | C4 | 15 | E | 0 | 17 | DD | 1A | 45 |
| Octal | 233 | 250 | 304 | 25 | 16 | 0 | 27 | 335 | 32 | 105 |
| Binary | 10011011 | 10101000 | 11000100 | 10101 | 1110 | 0 | 10111 | 11011101 | 11010 | 1000101 |
Color Harmonies of #9BA8C4
Complementary color
Monochromatic Colors of #9BA8C4
Black with #9BA8C4
Text Example
Text Example
White with #9BA8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA8C4; }
p { color: rgb(155,168,196); }
H1.HeaderClassName
{
color: #9BA8C4;
}
.AnyTagClassName
{
color: #9BA8C4;
}
</style>
background-color css
<style>
a { background-color: #9BA8C4; }
a { background-color: rgb(155,168,196); }
div.DivClassName
{
background-color: #9BA8C4;
}
.BgClassName
{
background-color: #9BA8C4;
}
</style>
border-color css
<style>
span { border-color: #9BA8C4; }
span { border-color: rgb(155,168,196); }
td.TdClassName
{
border-color: #9BA8C4;
}
.TagClassName
{
border-color: #9BA8C4;
}
</style>