Shades of Echo Blue #9BAADC
Tints of Echo Blue #9BAADC
RGB
CMYK
RGB Variations
Color information
#9BAADC (or 0x9BAADC) is known color: Echo Blue. HEX triplet: 9B, AA and DC. RGB value is (155,170,220). Sum of RGB (Red+Green+Blue) = 155+170+220=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BAADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAADC is #645523. Grayscale: #ABABAB. Windows color (decimal): -6575396 or 14461595. OLE color: 14461595.
HSL color Cylindrical-coordinate representation of color #9BAADC: hue angle of 226.15º 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 #9BAADC is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 170 | 220 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.14 |
| HSL | 226.15º | 0.48% | 0.74% | - |
| HSV(B) | 226.15º | 0.3% | 0.86% | - |
| XYZ | 40.81 | 40.89 | 73.45 | - |
| YUV | 171.22 | 155.53 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 220 | 0.30 | 0.23 | 0 | 0.14 | 226.15 | 0.48 | 0.74 |
| Hex | 9B | AA | DC | 1E | 17 | 0 | E | E2 | 30 | 4A |
| Octal | 233 | 252 | 334 | 36 | 27 | 0 | 16 | 342 | 60 | 112 |
| Binary | 10011011 | 10101010 | 11011100 | 11110 | 10111 | 0 | 1110 | 11100010 | 110000 | 1001010 |
Color Harmonies of #9BAADC
Complementary color
Monochromatic Colors of #9BAADC
Black with #9BAADC
Text Example
Text Example
White with #9BAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAADC; }
p { color: rgb(155,170,220); }
H1.HeaderClassName
{
color: #9BAADC;
}
.AnyTagClassName
{
color: #9BAADC;
}
</style>
background-color css
<style>
a { background-color: #9BAADC; }
a { background-color: rgb(155,170,220); }
div.DivClassName
{
background-color: #9BAADC;
}
.BgClassName
{
background-color: #9BAADC;
}
</style>
border-color css
<style>
span { border-color: #9BAADC; }
span { border-color: rgb(155,170,220); }
td.TdClassName
{
border-color: #9BAADC;
}
.TagClassName
{
border-color: #9BAADC;
}
</style>