Shades of Echo Blue #9BABDC
Tints of Echo Blue #9BABDC
RGB
CMYK
RGB Variations
Color information
#9BABDC (or 0x9BABDC) is known color: Echo Blue. HEX triplet: 9B, AB and DC. RGB value is (155,171,220). Sum of RGB (Red+Green+Blue) = 155+171+220=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BABDC is #645423. Grayscale: #ABABAB. Windows color (decimal): -6575140 or 14461851. OLE color: 14461851.
HSL color Cylindrical-coordinate representation of color #9BABDC: hue angle of 225.23º 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 #9BABDC is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 171 | 220 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.14 |
| HSL | 225.23º | 0.48% | 0.74% | - |
| HSV(B) | 225.23º | 0.3% | 0.86% | - |
| XYZ | 41 | 41.26 | 73.51 | - |
| YUV | 171.8 | 155.2 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 220 | 0.30 | 0.22 | 0 | 0.14 | 225.23 | 0.48 | 0.74 |
| Hex | 9B | AB | DC | 1E | 16 | 0 | E | E1 | 30 | 4A |
| Octal | 233 | 253 | 334 | 36 | 26 | 0 | 16 | 341 | 60 | 112 |
| Binary | 10011011 | 10101011 | 11011100 | 11110 | 10110 | 0 | 1110 | 11100001 | 110000 | 1001010 |
Color Harmonies of #9BABDC
Complementary color
Monochromatic Colors of #9BABDC
Black with #9BABDC
Text Example
Text Example
White with #9BABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BABDC; }
p { color: rgb(155,171,220); }
H1.HeaderClassName
{
color: #9BABDC;
}
.AnyTagClassName
{
color: #9BABDC;
}
</style>
background-color css
<style>
a { background-color: #9BABDC; }
a { background-color: rgb(155,171,220); }
div.DivClassName
{
background-color: #9BABDC;
}
.BgClassName
{
background-color: #9BABDC;
}
</style>
border-color css
<style>
span { border-color: #9BABDC; }
span { border-color: rgb(155,171,220); }
td.TdClassName
{
border-color: #9BABDC;
}
.TagClassName
{
border-color: #9BABDC;
}
</style>