Shades of Echo Blue #9BA9C7
Tints of Echo Blue #9BA9C7
RGB
CMYK
RGB Variations
Color information
#9BA9C7 (or 0x9BA9C7) is known color: Echo Blue. HEX triplet: 9B, A9 and C7. RGB value is (155,169,199). Sum of RGB (Red+Green+Blue) = 155+169+199=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 199 - color contains mainly: blue. Hex color #9BA9C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA9C7 is #645638. Grayscale: #A8A8A8. Windows color (decimal): -6575673 or 13085083. OLE color: 13085083.
HSL color Cylindrical-coordinate representation of color #9BA9C7: hue angle of 220.91º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BA9C7 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 169 | 199 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.22 |
| HSL | 220.91º | 0.28% | 0.69% | - |
| HSV(B) | 220.91º | 0.22% | 0.78% | - |
| XYZ | 38.01 | 39.47 | 59.65 | - |
| YUV | 168.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 199 | 0.22 | 0.15 | 0 | 0.22 | 220.91 | 0.28 | 0.69 |
| Hex | 9B | A9 | C7 | 16 | F | 0 | 16 | DD | 1C | 45 |
| Octal | 233 | 251 | 307 | 26 | 17 | 0 | 26 | 335 | 34 | 105 |
| Binary | 10011011 | 10101001 | 11000111 | 10110 | 1111 | 0 | 10110 | 11011101 | 11100 | 1000101 |
Color Harmonies of #9BA9C7
Complementary color
Monochromatic Colors of #9BA9C7
Black with #9BA9C7
Text Example
Text Example
White with #9BA9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA9C7; }
p { color: rgb(155,169,199); }
H1.HeaderClassName
{
color: #9BA9C7;
}
.AnyTagClassName
{
color: #9BA9C7;
}
</style>
background-color css
<style>
a { background-color: #9BA9C7; }
a { background-color: rgb(155,169,199); }
div.DivClassName
{
background-color: #9BA9C7;
}
.BgClassName
{
background-color: #9BA9C7;
}
</style>
border-color css
<style>
span { border-color: #9BA9C7; }
span { border-color: rgb(155,169,199); }
td.TdClassName
{
border-color: #9BA9C7;
}
.TagClassName
{
border-color: #9BA9C7;
}
</style>