Shades of Echo Blue #9AA9DD
Tints of Echo Blue #9AA9DD
RGB
CMYK
RGB Variations
Color information
#9AA9DD (or 0x9AA9DD) is known color: Echo Blue. HEX triplet: 9A, A9 and DD. RGB value is (154,169,221). Sum of RGB (Red+Green+Blue) = 154+169+221=544 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.31% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #9AA9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA9DD is #655622. Grayscale: #AAAAAA. Windows color (decimal): -6641187 or 14526874. OLE color: 14526874.
HSL color Cylindrical-coordinate representation of color #9AA9DD: hue angle of 226.57º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AA9DD is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 169 | 221 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.13 |
| HSL | 226.57º | 0.5% | 0.74% | - |
| HSV(B) | 226.57º | 0.3% | 0.87% | - |
| XYZ | 40.57 | 40.47 | 74.08 | - |
| YUV | 170.44 | 156.53 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 169 | 221 | 0.30 | 0.24 | 0 | 0.13 | 226.57 | 0.5 | 0.74 |
| Hex | 9A | A9 | DD | 1E | 18 | 0 | D | E3 | 32 | 4A |
| Octal | 232 | 251 | 335 | 36 | 30 | 0 | 15 | 343 | 62 | 112 |
| Binary | 10011010 | 10101001 | 11011101 | 11110 | 11000 | 0 | 1101 | 11100011 | 110010 | 1001010 |
Color Harmonies of #9AA9DD
Complementary color
Monochromatic Colors of #9AA9DD
Black with #9AA9DD
Text Example
Text Example
White with #9AA9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA9DD; }
p { color: rgb(154,169,221); }
H1.HeaderClassName
{
color: #9AA9DD;
}
.AnyTagClassName
{
color: #9AA9DD;
}
</style>
background-color css
<style>
a { background-color: #9AA9DD; }
a { background-color: rgb(154,169,221); }
div.DivClassName
{
background-color: #9AA9DD;
}
.BgClassName
{
background-color: #9AA9DD;
}
</style>
border-color css
<style>
span { border-color: #9AA9DD; }
span { border-color: rgb(154,169,221); }
td.TdClassName
{
border-color: #9AA9DD;
}
.TagClassName
{
border-color: #9AA9DD;
}
</style>