Shades of Echo Blue #9BADDC
Tints of Echo Blue #9BADDC
RGB
CMYK
RGB Variations
Color information
#9BADDC (or 0x9BADDC) is known color: Echo Blue. HEX triplet: 9B, AD and DC. RGB value is (155,173,220). Sum of RGB (Red+Green+Blue) = 155+173+220=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BADDC is #645223. Grayscale: #ACACAC. Windows color (decimal): -6574628 or 14462363. OLE color: 14462363.
HSL color Cylindrical-coordinate representation of color #9BADDC: hue angle of 223.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BADDC is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 173 | 220 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.14 |
| HSL | 223.38º | 0.48% | 0.74% | - |
| HSV(B) | 223.38º | 0.3% | 0.86% | - |
| XYZ | 41.38 | 42.02 | 73.64 | - |
| YUV | 172.98 | 154.54 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 220 | 0.30 | 0.21 | 0 | 0.14 | 223.38 | 0.48 | 0.74 |
| Hex | 9B | AD | DC | 1E | 15 | 0 | E | DF | 30 | 4A |
| Octal | 233 | 255 | 334 | 36 | 25 | 0 | 16 | 337 | 60 | 112 |
| Binary | 10011011 | 10101101 | 11011100 | 11110 | 10101 | 0 | 1110 | 11011111 | 110000 | 1001010 |
Color Harmonies of #9BADDC
Complementary color
Monochromatic Colors of #9BADDC
Black with #9BADDC
Text Example
Text Example
White with #9BADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BADDC; }
p { color: rgb(155,173,220); }
H1.HeaderClassName
{
color: #9BADDC;
}
.AnyTagClassName
{
color: #9BADDC;
}
</style>
background-color css
<style>
a { background-color: #9BADDC; }
a { background-color: rgb(155,173,220); }
div.DivClassName
{
background-color: #9BADDC;
}
.BgClassName
{
background-color: #9BADDC;
}
</style>
border-color css
<style>
span { border-color: #9BADDC; }
span { border-color: rgb(155,173,220); }
td.TdClassName
{
border-color: #9BADDC;
}
.TagClassName
{
border-color: #9BADDC;
}
</style>