Shades of Echo Blue #9BAFCD
Tints of Echo Blue #9BAFCD
RGB
CMYK
RGB Variations
Color information
#9BAFCD (or 0x9BAFCD) is known color: Echo Blue. HEX triplet: 9B, AF and CD. RGB value is (155,175,205). Sum of RGB (Red+Green+Blue) = 155+175+205=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #9BAFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFCD is #645032. Grayscale: #ACACAC. Windows color (decimal): -6574131 or 13479835. OLE color: 13479835.
HSL color Cylindrical-coordinate representation of color #9BAFCD: hue angle of 216º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BAFCD is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 175 | 205 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.20 |
| HSL | 216º | 0.33% | 0.71% | - |
| HSV(B) | 216º | 0.24% | 0.8% | - |
| XYZ | 39.87 | 42.04 | 63.77 | - |
| YUV | 172.44 | 146.37 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 205 | 0.24 | 0.15 | 0 | 0.20 | 216 | 0.33 | 0.71 |
| Hex | 9B | AF | CD | 18 | F | 0 | 14 | D8 | 21 | 47 |
| Octal | 233 | 257 | 315 | 30 | 17 | 0 | 24 | 330 | 41 | 107 |
| Binary | 10011011 | 10101111 | 11001101 | 11000 | 1111 | 0 | 10100 | 11011000 | 100001 | 1000111 |
Color Harmonies of #9BAFCD
Complementary color
Monochromatic Colors of #9BAFCD
Black with #9BAFCD
Text Example
Text Example
White with #9BAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAFCD; }
p { color: rgb(155,175,205); }
H1.HeaderClassName
{
color: #9BAFCD;
}
.AnyTagClassName
{
color: #9BAFCD;
}
</style>
background-color css
<style>
a { background-color: #9BAFCD; }
a { background-color: rgb(155,175,205); }
div.DivClassName
{
background-color: #9BAFCD;
}
.BgClassName
{
background-color: #9BAFCD;
}
</style>
border-color css
<style>
span { border-color: #9BAFCD; }
span { border-color: rgb(155,175,205); }
td.TdClassName
{
border-color: #9BAFCD;
}
.TagClassName
{
border-color: #9BAFCD;
}
</style>