Shades of Echo Blue #9AA7DC
Tints of Echo Blue #9AA7DC
RGB
CMYK
RGB Variations
Color information
#9AA7DC (or 0x9AA7DC) is known color: Echo Blue. HEX triplet: 9A, A7 and DC. RGB value is (154,167,220). Sum of RGB (Red+Green+Blue) = 154+167+220=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 167 (65.62% from 255 or 30.87% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AA7DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA7DC is #655823. Grayscale: #A8A8A8. Windows color (decimal): -6641700 or 14460826. OLE color: 14460826.
HSL color Cylindrical-coordinate representation of color #9AA7DC: hue angle of 228.18º degrees, saturation: 0.49, 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 #9AA7DC is Cyan = 0.3, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 167 | 220 | - |
| CMYK | 0.3 | 0.24 | 0 | 0.14 |
| HSL | 228.18º | 0.49% | 0.73% | - |
| HSV(B) | 228.18º | 0.3% | 0.86% | - |
| XYZ | 40.06 | 39.67 | 73.26 | - |
| YUV | 169.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 167 | 220 | 0.3 | 0.24 | 0 | 0.14 | 228.18 | 0.49 | 0.73 |
| Hex | 9A | A7 | DC | 1E | 18 | 0 | E | E4 | 31 | 49 |
| Octal | 232 | 247 | 334 | 36 | 30 | 0 | 16 | 344 | 61 | 111 |
| Binary | 10011010 | 10100111 | 11011100 | 11110 | 11000 | 0 | 1110 | 11100100 | 110001 | 1001001 |
Color Harmonies of #9AA7DC
Complementary color
Monochromatic Colors of #9AA7DC
Black with #9AA7DC
Text Example
Text Example
White with #9AA7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA7DC; }
p { color: rgb(154,167,220); }
H1.HeaderClassName
{
color: #9AA7DC;
}
.AnyTagClassName
{
color: #9AA7DC;
}
</style>
background-color css
<style>
a { background-color: #9AA7DC; }
a { background-color: rgb(154,167,220); }
div.DivClassName
{
background-color: #9AA7DC;
}
.BgClassName
{
background-color: #9AA7DC;
}
</style>
border-color css
<style>
span { border-color: #9AA7DC; }
span { border-color: rgb(154,167,220); }
td.TdClassName
{
border-color: #9AA7DC;
}
.TagClassName
{
border-color: #9AA7DC;
}
</style>