Shades of Echo Blue #9AAEDD
Tints of Echo Blue #9AAEDD
RGB
CMYK
RGB Variations
Color information
#9AAEDD (or 0x9AAEDD) is known color: Echo Blue. HEX triplet: 9A, AE and DD. RGB value is (154,174,221). Sum of RGB (Red+Green+Blue) = 154+174+221=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #9AAEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAEDD is #655122. Grayscale: #ADADAD. Windows color (decimal): -6639907 or 14528154. OLE color: 14528154.
HSL color Cylindrical-coordinate representation of color #9AAEDD: hue angle of 222.09º 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 #9AAEDD is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 174 | 221 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.13 |
| HSL | 222.09º | 0.5% | 0.74% | - |
| HSV(B) | 222.09º | 0.3% | 0.87% | - |
| XYZ | 41.51 | 42.36 | 74.4 | - |
| YUV | 173.38 | 154.87 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 221 | 0.30 | 0.21 | 0 | 0.13 | 222.09 | 0.5 | 0.74 |
| Hex | 9A | AE | DD | 1E | 15 | 0 | D | DE | 32 | 4A |
| Octal | 232 | 256 | 335 | 36 | 25 | 0 | 15 | 336 | 62 | 112 |
| Binary | 10011010 | 10101110 | 11011101 | 11110 | 10101 | 0 | 1101 | 11011110 | 110010 | 1001010 |
Color Harmonies of #9AAEDD
Complementary color
Monochromatic Colors of #9AAEDD
Black with #9AAEDD
Text Example
Text Example
White with #9AAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAEDD; }
p { color: rgb(154,174,221); }
H1.HeaderClassName
{
color: #9AAEDD;
}
.AnyTagClassName
{
color: #9AAEDD;
}
</style>
background-color css
<style>
a { background-color: #9AAEDD; }
a { background-color: rgb(154,174,221); }
div.DivClassName
{
background-color: #9AAEDD;
}
.BgClassName
{
background-color: #9AAEDD;
}
</style>
border-color css
<style>
span { border-color: #9AAEDD; }
span { border-color: rgb(154,174,221); }
td.TdClassName
{
border-color: #9AAEDD;
}
.TagClassName
{
border-color: #9AAEDD;
}
</style>