Shades of Echo Blue #9AACDE
Tints of Echo Blue #9AACDE
RGB
CMYK
RGB Variations
Color information
#9AACDE (or 0x9AACDE) is known color: Echo Blue. HEX triplet: 9A, AC and DE. RGB value is (154,172,222). Sum of RGB (Red+Green+Blue) = 154+172+222=548 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.10% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #9AACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AACDE is #655321. Grayscale: #ACACAC. Windows color (decimal): -6640418 or 14593178. OLE color: 14593178.
HSL color Cylindrical-coordinate representation of color #9AACDE: hue angle of 224.12º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AACDE is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 172 | 222 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.13 |
| HSL | 224.12º | 0.51% | 0.74% | - |
| HSV(B) | 224.12º | 0.31% | 0.87% | - |
| XYZ | 41.26 | 41.65 | 74.97 | - |
| YUV | 172.32 | 156.04 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 222 | 0.31 | 0.23 | 0 | 0.13 | 224.12 | 0.51 | 0.74 |
| Hex | 9A | AC | DE | 1F | 17 | 0 | D | E0 | 33 | 4A |
| Octal | 232 | 254 | 336 | 37 | 27 | 0 | 15 | 340 | 63 | 112 |
| Binary | 10011010 | 10101100 | 11011110 | 11111 | 10111 | 0 | 1101 | 11100000 | 110011 | 1001010 |
Color Harmonies of #9AACDE
Complementary color
Monochromatic Colors of #9AACDE
Black with #9AACDE
Text Example
Text Example
White with #9AACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AACDE; }
p { color: rgb(154,172,222); }
H1.HeaderClassName
{
color: #9AACDE;
}
.AnyTagClassName
{
color: #9AACDE;
}
</style>
background-color css
<style>
a { background-color: #9AACDE; }
a { background-color: rgb(154,172,222); }
div.DivClassName
{
background-color: #9AACDE;
}
.BgClassName
{
background-color: #9AACDE;
}
</style>
border-color css
<style>
span { border-color: #9AACDE; }
span { border-color: rgb(154,172,222); }
td.TdClassName
{
border-color: #9AACDE;
}
.TagClassName
{
border-color: #9AACDE;
}
</style>