Shades of Echo Blue #9BADDE
Tints of Echo Blue #9BADDE
RGB
CMYK
RGB Variations
Color information
#9BADDE (or 0x9BADDE) is known color: Echo Blue. HEX triplet: 9B, AD and DE. RGB value is (155,173,222). Sum of RGB (Red+Green+Blue) = 155+173+222=550 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.18% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BADDE is #645221. Grayscale: #ACACAC. Windows color (decimal): -6574626 or 14593435. OLE color: 14593435.
HSL color Cylindrical-coordinate representation of color #9BADDE: hue angle of 223.88º degrees, saturation: 0.5, 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 #9BADDE is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 173 | 222 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.13 |
| HSL | 223.88º | 0.5% | 0.74% | - |
| HSV(B) | 223.88º | 0.3% | 0.87% | - |
| XYZ | 41.65 | 42.13 | 75.04 | - |
| YUV | 173.2 | 155.54 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 222 | 0.30 | 0.22 | 0 | 0.13 | 223.88 | 0.5 | 0.74 |
| Hex | 9B | AD | DE | 1E | 16 | 0 | D | E0 | 32 | 4A |
| Octal | 233 | 255 | 336 | 36 | 26 | 0 | 15 | 340 | 62 | 112 |
| Binary | 10011011 | 10101101 | 11011110 | 11110 | 10110 | 0 | 1101 | 11100000 | 110010 | 1001010 |
Color Harmonies of #9BADDE
Complementary color
Monochromatic Colors of #9BADDE
Black with #9BADDE
Text Example
Text Example
White with #9BADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BADDE; }
p { color: rgb(155,173,222); }
H1.HeaderClassName
{
color: #9BADDE;
}
.AnyTagClassName
{
color: #9BADDE;
}
</style>
background-color css
<style>
a { background-color: #9BADDE; }
a { background-color: rgb(155,173,222); }
div.DivClassName
{
background-color: #9BADDE;
}
.BgClassName
{
background-color: #9BADDE;
}
</style>
border-color css
<style>
span { border-color: #9BADDE; }
span { border-color: rgb(155,173,222); }
td.TdClassName
{
border-color: #9BADDE;
}
.TagClassName
{
border-color: #9BADDE;
}
</style>