Shades of Echo Blue #9AABDB
Tints of Echo Blue #9AABDB
RGB
CMYK
RGB Variations
Color information
#9AABDB (or 0x9AABDB) is known color: Echo Blue. HEX triplet: 9A, AB and DB. RGB value is (154,171,219). Sum of RGB (Red+Green+Blue) = 154+171+219=544 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.31% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #9AABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AABDB is #655424. Grayscale: #ABABAB. Windows color (decimal): -6640677 or 14396314. OLE color: 14396314.
HSL color Cylindrical-coordinate representation of color #9AABDB: hue angle of 224.31º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AABDB is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 171 | 219 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.14 |
| HSL | 224.31º | 0.47% | 0.73% | - |
| HSV(B) | 224.31º | 0.3% | 0.86% | - |
| XYZ | 40.68 | 41.11 | 72.81 | - |
| YUV | 171.39 | 154.87 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 171 | 219 | 0.30 | 0.22 | 0 | 0.14 | 224.31 | 0.47 | 0.73 |
| Hex | 9A | AB | DB | 1E | 16 | 0 | E | E0 | 2F | 49 |
| Octal | 232 | 253 | 333 | 36 | 26 | 0 | 16 | 340 | 57 | 111 |
| Binary | 10011010 | 10101011 | 11011011 | 11110 | 10110 | 0 | 1110 | 11100000 | 101111 | 1001001 |
Color Harmonies of #9AABDB
Complementary color
Monochromatic Colors of #9AABDB
Black with #9AABDB
Text Example
Text Example
White with #9AABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AABDB; }
p { color: rgb(154,171,219); }
H1.HeaderClassName
{
color: #9AABDB;
}
.AnyTagClassName
{
color: #9AABDB;
}
</style>
background-color css
<style>
a { background-color: #9AABDB; }
a { background-color: rgb(154,171,219); }
div.DivClassName
{
background-color: #9AABDB;
}
.BgClassName
{
background-color: #9AABDB;
}
</style>
border-color css
<style>
span { border-color: #9AABDB; }
span { border-color: rgb(154,171,219); }
td.TdClassName
{
border-color: #9AABDB;
}
.TagClassName
{
border-color: #9AABDB;
}
</style>