Shades of Echo Blue #9AACDD
Tints of Echo Blue #9AACDD
RGB
CMYK
RGB Variations
Color information
#9AACDD (or 0x9AACDD) is known color: Echo Blue. HEX triplet: 9A, AC and DD. RGB value is (154,172,221). Sum of RGB (Red+Green+Blue) = 154+172+221=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #9AACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AACDD is #655322. Grayscale: #ABABAB. Windows color (decimal): -6640419 or 14527642. OLE color: 14527642.
HSL color Cylindrical-coordinate representation of color #9AACDD: hue angle of 223.88º 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 #9AACDD is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 172 | 221 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.13 |
| HSL | 223.88º | 0.5% | 0.74% | - |
| HSV(B) | 223.88º | 0.3% | 0.87% | - |
| XYZ | 41.13 | 41.6 | 74.27 | - |
| YUV | 172.2 | 155.54 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 221 | 0.30 | 0.22 | 0 | 0.13 | 223.88 | 0.5 | 0.74 |
| Hex | 9A | AC | DD | 1E | 16 | 0 | D | E0 | 32 | 4A |
| Octal | 232 | 254 | 335 | 36 | 26 | 0 | 15 | 340 | 62 | 112 |
| Binary | 10011010 | 10101100 | 11011101 | 11110 | 10110 | 0 | 1101 | 11100000 | 110010 | 1001010 |
Color Harmonies of #9AACDD
Complementary color
Monochromatic Colors of #9AACDD
Black with #9AACDD
Text Example
Text Example
White with #9AACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AACDD; }
p { color: rgb(154,172,221); }
H1.HeaderClassName
{
color: #9AACDD;
}
.AnyTagClassName
{
color: #9AACDD;
}
</style>
background-color css
<style>
a { background-color: #9AACDD; }
a { background-color: rgb(154,172,221); }
div.DivClassName
{
background-color: #9AACDD;
}
.BgClassName
{
background-color: #9AACDD;
}
</style>
border-color css
<style>
span { border-color: #9AACDD; }
span { border-color: rgb(154,172,221); }
td.TdClassName
{
border-color: #9AACDD;
}
.TagClassName
{
border-color: #9AACDD;
}
</style>