Shades of Echo Blue #9AAEE1
Tints of Echo Blue #9AAEE1
RGB
CMYK
RGB Variations
Color information
#9AAEE1 (or 0x9AAEE1) is known color: Echo Blue. HEX triplet: 9A, AE and E1. RGB value is (154,174,225). Sum of RGB (Red+Green+Blue) = 154+174+225=553 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.85% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #9AAEE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAEE1 is #65511E. Grayscale: #ADADAD. Windows color (decimal): -6639903 or 14790298. OLE color: 14790298.
HSL color Cylindrical-coordinate representation of color #9AAEE1: hue angle of 223.1º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AAEE1 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 174 | 225 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.12 |
| HSL | 223.1º | 0.54% | 0.74% | - |
| HSV(B) | 223.1º | 0.32% | 0.88% | - |
| XYZ | 42.05 | 42.58 | 77.24 | - |
| YUV | 173.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 225 | 0.32 | 0.23 | 0 | 0.12 | 223.1 | 0.54 | 0.74 |
| Hex | 9A | AE | E1 | 20 | 17 | 0 | C | DF | 36 | 4A |
| Octal | 232 | 256 | 341 | 40 | 27 | 0 | 14 | 337 | 66 | 112 |
| Binary | 10011010 | 10101110 | 11100001 | 100000 | 10111 | 0 | 1100 | 11011111 | 110110 | 1001010 |
Color Harmonies of #9AAEE1
Complementary color
Monochromatic Colors of #9AAEE1
Black with #9AAEE1
Text Example
Text Example
White with #9AAEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAEE1; }
p { color: rgb(154,174,225); }
H1.HeaderClassName
{
color: #9AAEE1;
}
.AnyTagClassName
{
color: #9AAEE1;
}
</style>
background-color css
<style>
a { background-color: #9AAEE1; }
a { background-color: rgb(154,174,225); }
div.DivClassName
{
background-color: #9AAEE1;
}
.BgClassName
{
background-color: #9AAEE1;
}
</style>
border-color css
<style>
span { border-color: #9AAEE1; }
span { border-color: rgb(154,174,225); }
td.TdClassName
{
border-color: #9AAEE1;
}
.TagClassName
{
border-color: #9AAEE1;
}
</style>