Shades of Echo Blue #9AACDB
Tints of Echo Blue #9AACDB
RGB
CMYK
RGB Variations
Color information
#9AACDB (or 0x9AACDB) is known color: Echo Blue. HEX triplet: 9A, AC and DB. RGB value is (154,172,219). Sum of RGB (Red+Green+Blue) = 154+172+219=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #9AACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AACDB is #655324. Grayscale: #ABABAB. Windows color (decimal): -6640421 or 14396570. OLE color: 14396570.
HSL color Cylindrical-coordinate representation of color #9AACDB: hue angle of 223.38º degrees, saturation: 0.47, 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 #9AACDB is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 172 | 219 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.14 |
| HSL | 223.38º | 0.47% | 0.73% | - |
| HSV(B) | 223.38º | 0.3% | 0.86% | - |
| XYZ | 40.87 | 41.49 | 72.87 | - |
| YUV | 171.98 | 154.54 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 219 | 0.30 | 0.21 | 0 | 0.14 | 223.38 | 0.47 | 0.73 |
| Hex | 9A | AC | DB | 1E | 15 | 0 | E | DF | 2F | 49 |
| Octal | 232 | 254 | 333 | 36 | 25 | 0 | 16 | 337 | 57 | 111 |
| Binary | 10011010 | 10101100 | 11011011 | 11110 | 10101 | 0 | 1110 | 11011111 | 101111 | 1001001 |
Color Harmonies of #9AACDB
Complementary color
Monochromatic Colors of #9AACDB
Black with #9AACDB
Text Example
Text Example
White with #9AACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AACDB; }
p { color: rgb(154,172,219); }
H1.HeaderClassName
{
color: #9AACDB;
}
.AnyTagClassName
{
color: #9AACDB;
}
</style>
background-color css
<style>
a { background-color: #9AACDB; }
a { background-color: rgb(154,172,219); }
div.DivClassName
{
background-color: #9AACDB;
}
.BgClassName
{
background-color: #9AACDB;
}
</style>
border-color css
<style>
span { border-color: #9AACDB; }
span { border-color: rgb(154,172,219); }
td.TdClassName
{
border-color: #9AACDB;
}
.TagClassName
{
border-color: #9AACDB;
}
</style>