Shades of Echo Blue #9AA9DB
Tints of Echo Blue #9AA9DB
RGB
CMYK
RGB Variations
Color information
#9AA9DB (or 0x9AA9DB) is known color: Echo Blue. HEX triplet: 9A, A9 and DB. RGB value is (154,169,219). Sum of RGB (Red+Green+Blue) = 154+169+219=542 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.41% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #9AA9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA9DB is #655624. Grayscale: #AAAAAA. Windows color (decimal): -6641189 or 14395802. OLE color: 14395802.
HSL color Cylindrical-coordinate representation of color #9AA9DB: hue angle of 226.15º 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 #9AA9DB is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 169 | 219 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.14 |
| HSL | 226.15º | 0.47% | 0.73% | - |
| HSV(B) | 226.15º | 0.3% | 0.86% | - |
| XYZ | 40.3 | 40.36 | 72.68 | - |
| YUV | 170.22 | 155.53 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 169 | 219 | 0.30 | 0.23 | 0 | 0.14 | 226.15 | 0.47 | 0.73 |
| Hex | 9A | A9 | DB | 1E | 17 | 0 | E | E2 | 2F | 49 |
| Octal | 232 | 251 | 333 | 36 | 27 | 0 | 16 | 342 | 57 | 111 |
| Binary | 10011010 | 10101001 | 11011011 | 11110 | 10111 | 0 | 1110 | 11100010 | 101111 | 1001001 |
Color Harmonies of #9AA9DB
Complementary color
Monochromatic Colors of #9AA9DB
Black with #9AA9DB
Text Example
Text Example
White with #9AA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA9DB; }
p { color: rgb(154,169,219); }
H1.HeaderClassName
{
color: #9AA9DB;
}
.AnyTagClassName
{
color: #9AA9DB;
}
</style>
background-color css
<style>
a { background-color: #9AA9DB; }
a { background-color: rgb(154,169,219); }
div.DivClassName
{
background-color: #9AA9DB;
}
.BgClassName
{
background-color: #9AA9DB;
}
</style>
border-color css
<style>
span { border-color: #9AA9DB; }
span { border-color: rgb(154,169,219); }
td.TdClassName
{
border-color: #9AA9DB;
}
.TagClassName
{
border-color: #9AA9DB;
}
</style>