Shades of Echo Blue #9BADDD
Tints of Echo Blue #9BADDD
RGB
CMYK
RGB Variations
Color information
#9BADDD (or 0x9BADDD) is known color: Echo Blue. HEX triplet: 9B, AD and DD. RGB value is (155,173,221). Sum of RGB (Red+Green+Blue) = 155+173+221=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BADDD is #645222. Grayscale: #ACACAC. Windows color (decimal): -6574627 or 14527899. OLE color: 14527899.
HSL color Cylindrical-coordinate representation of color #9BADDD: hue angle of 223.64º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BADDD is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 173 | 221 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.13 |
| HSL | 223.64º | 0.49% | 0.74% | - |
| HSV(B) | 223.64º | 0.3% | 0.87% | - |
| XYZ | 41.51 | 42.08 | 74.34 | - |
| YUV | 173.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 221 | 0.30 | 0.22 | 0 | 0.13 | 223.64 | 0.49 | 0.74 |
| Hex | 9B | AD | DD | 1E | 16 | 0 | D | E0 | 31 | 4A |
| Octal | 233 | 255 | 335 | 36 | 26 | 0 | 15 | 340 | 61 | 112 |
| Binary | 10011011 | 10101101 | 11011101 | 11110 | 10110 | 0 | 1101 | 11100000 | 110001 | 1001010 |
Color Harmonies of #9BADDD
Complementary color
Monochromatic Colors of #9BADDD
Black with #9BADDD
Text Example
Text Example
White with #9BADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BADDD; }
p { color: rgb(155,173,221); }
H1.HeaderClassName
{
color: #9BADDD;
}
.AnyTagClassName
{
color: #9BADDD;
}
</style>
background-color css
<style>
a { background-color: #9BADDD; }
a { background-color: rgb(155,173,221); }
div.DivClassName
{
background-color: #9BADDD;
}
.BgClassName
{
background-color: #9BADDD;
}
</style>
border-color css
<style>
span { border-color: #9BADDD; }
span { border-color: rgb(155,173,221); }
td.TdClassName
{
border-color: #9BADDD;
}
.TagClassName
{
border-color: #9BADDD;
}
</style>