Shades of Echo Blue #9AAECD
Tints of Echo Blue #9AAECD
RGB
CMYK
RGB Variations
Color information
#9AAECD (or 0x9AAECD) is known color: Echo Blue. HEX triplet: 9A, AE and CD. RGB value is (154,174,205). Sum of RGB (Red+Green+Blue) = 154+174+205=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #9AAECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAECD is #655132. Grayscale: #ABABAB. Windows color (decimal): -6639923 or 13479578. OLE color: 13479578.
HSL color Cylindrical-coordinate representation of color #9AAECD: hue angle of 216.47º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AAECD is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 174 | 205 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.20 |
| HSL | 216.47º | 0.34% | 0.7% | - |
| HSV(B) | 216.47º | 0.25% | 0.8% | - |
| XYZ | 39.48 | 41.55 | 63.7 | - |
| YUV | 171.55 | 146.87 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 205 | 0.25 | 0.15 | 0 | 0.20 | 216.47 | 0.34 | 0.7 |
| Hex | 9A | AE | CD | 19 | F | 0 | 14 | D8 | 22 | 46 |
| Octal | 232 | 256 | 315 | 31 | 17 | 0 | 24 | 330 | 42 | 106 |
| Binary | 10011010 | 10101110 | 11001101 | 11001 | 1111 | 0 | 10100 | 11011000 | 100010 | 1000110 |
Color Harmonies of #9AAECD
Complementary color
Monochromatic Colors of #9AAECD
Black with #9AAECD
Text Example
Text Example
White with #9AAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAECD; }
p { color: rgb(154,174,205); }
H1.HeaderClassName
{
color: #9AAECD;
}
.AnyTagClassName
{
color: #9AAECD;
}
</style>
background-color css
<style>
a { background-color: #9AAECD; }
a { background-color: rgb(154,174,205); }
div.DivClassName
{
background-color: #9AAECD;
}
.BgClassName
{
background-color: #9AAECD;
}
</style>
border-color css
<style>
span { border-color: #9AAECD; }
span { border-color: rgb(154,174,205); }
td.TdClassName
{
border-color: #9AAECD;
}
.TagClassName
{
border-color: #9AAECD;
}
</style>