Shades of Echo Blue #9BA9C5
Tints of Echo Blue #9BA9C5
RGB
CMYK
RGB Variations
Color information
#9BA9C5 (or 0x9BA9C5) is known color: Echo Blue. HEX triplet: 9B, A9 and C5. RGB value is (155,169,197). Sum of RGB (Red+Green+Blue) = 155+169+197=521 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.75% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 197 - color contains mainly: blue. Hex color #9BA9C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA9C5 is #64563A. Grayscale: #A7A7A7. Windows color (decimal): -6575675 or 12954011. OLE color: 12954011.
HSL color Cylindrical-coordinate representation of color #9BA9C5: hue angle of 220º degrees, saturation: 0.27, 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 #9BA9C5 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 169 | 197 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.23 |
| HSL | 220º | 0.27% | 0.69% | - |
| HSV(B) | 220º | 0.21% | 0.77% | - |
| XYZ | 37.78 | 39.38 | 58.43 | - |
| YUV | 168.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 197 | 0.21 | 0.14 | 0 | 0.23 | 220 | 0.27 | 0.69 |
| Hex | 9B | A9 | C5 | 15 | E | 0 | 17 | DC | 1B | 45 |
| Octal | 233 | 251 | 305 | 25 | 16 | 0 | 27 | 334 | 33 | 105 |
| Binary | 10011011 | 10101001 | 11000101 | 10101 | 1110 | 0 | 10111 | 11011100 | 11011 | 1000101 |
Color Harmonies of #9BA9C5
Complementary color
Monochromatic Colors of #9BA9C5
Black with #9BA9C5
Text Example
Text Example
White with #9BA9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA9C5; }
p { color: rgb(155,169,197); }
H1.HeaderClassName
{
color: #9BA9C5;
}
.AnyTagClassName
{
color: #9BA9C5;
}
</style>
background-color css
<style>
a { background-color: #9BA9C5; }
a { background-color: rgb(155,169,197); }
div.DivClassName
{
background-color: #9BA9C5;
}
.BgClassName
{
background-color: #9BA9C5;
}
</style>
border-color css
<style>
span { border-color: #9BA9C5; }
span { border-color: rgb(155,169,197); }
td.TdClassName
{
border-color: #9BA9C5;
}
.TagClassName
{
border-color: #9BA9C5;
}
</style>