Shades of Echo Blue #9AACDC
Tints of Echo Blue #9AACDC
RGB
CMYK
RGB Variations
Color information
#9AACDC (or 0x9AACDC) is known color: Echo Blue. HEX triplet: 9A, AC and DC. RGB value is (154,172,220). Sum of RGB (Red+Green+Blue) = 154+172+220=546 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.21% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AACDC is #655323. Grayscale: #ABABAB. Windows color (decimal): -6640420 or 14462106. OLE color: 14462106.
HSL color Cylindrical-coordinate representation of color #9AACDC: hue angle of 223.64º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AACDC is Cyan = 0.3, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 172 | 220 | - |
| CMYK | 0.3 | 0.22 | 0 | 0.14 |
| HSL | 223.64º | 0.49% | 0.73% | - |
| HSV(B) | 223.64º | 0.3% | 0.86% | - |
| XYZ | 41 | 41.54 | 73.57 | - |
| YUV | 172.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 220 | 0.3 | 0.22 | 0 | 0.14 | 223.64 | 0.49 | 0.73 |
| Hex | 9A | AC | DC | 1E | 16 | 0 | E | E0 | 31 | 49 |
| Octal | 232 | 254 | 334 | 36 | 26 | 0 | 16 | 340 | 61 | 111 |
| Binary | 10011010 | 10101100 | 11011100 | 11110 | 10110 | 0 | 1110 | 11100000 | 110001 | 1001001 |
Color Harmonies of #9AACDC
Complementary color
Monochromatic Colors of #9AACDC
Black with #9AACDC
Text Example
Text Example
White with #9AACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AACDC; }
p { color: rgb(154,172,220); }
H1.HeaderClassName
{
color: #9AACDC;
}
.AnyTagClassName
{
color: #9AACDC;
}
</style>
background-color css
<style>
a { background-color: #9AACDC; }
a { background-color: rgb(154,172,220); }
div.DivClassName
{
background-color: #9AACDC;
}
.BgClassName
{
background-color: #9AACDC;
}
</style>
border-color css
<style>
span { border-color: #9AACDC; }
span { border-color: rgb(154,172,220); }
td.TdClassName
{
border-color: #9AACDC;
}
.TagClassName
{
border-color: #9AACDC;
}
</style>