Shades of Echo Blue #9AACD1
Tints of Echo Blue #9AACD1
RGB
CMYK
RGB Variations
Color information
#9AACD1 (or 0x9AACD1) is known color: Echo Blue. HEX triplet: 9A, AC and D1. RGB value is (154,172,209). Sum of RGB (Red+Green+Blue) = 154+172+209=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 209 - color contains mainly: blue. Hex color #9AACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AACD1 is #65532E. Grayscale: #AAAAAA. Windows color (decimal): -6640431 or 13741210. OLE color: 13741210.
HSL color Cylindrical-coordinate representation of color #9AACD1: hue angle of 220.36º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AACD1 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 172 | 209 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.18 |
| HSL | 220.36º | 0.37% | 0.71% | - |
| HSV(B) | 220.36º | 0.26% | 0.82% | - |
| XYZ | 39.59 | 40.98 | 66.14 | - |
| YUV | 170.84 | 149.54 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 209 | 0.26 | 0.18 | 0 | 0.18 | 220.36 | 0.37 | 0.71 |
| Hex | 9A | AC | D1 | 1A | 12 | 0 | 12 | DC | 25 | 47 |
| Octal | 232 | 254 | 321 | 32 | 22 | 0 | 22 | 334 | 45 | 107 |
| Binary | 10011010 | 10101100 | 11010001 | 11010 | 10010 | 0 | 10010 | 11011100 | 100101 | 1000111 |
Color Harmonies of #9AACD1
Complementary color
Monochromatic Colors of #9AACD1
Black with #9AACD1
Text Example
Text Example
White with #9AACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AACD1; }
p { color: rgb(154,172,209); }
H1.HeaderClassName
{
color: #9AACD1;
}
.AnyTagClassName
{
color: #9AACD1;
}
</style>
background-color css
<style>
a { background-color: #9AACD1; }
a { background-color: rgb(154,172,209); }
div.DivClassName
{
background-color: #9AACD1;
}
.BgClassName
{
background-color: #9AACD1;
}
</style>
border-color css
<style>
span { border-color: #9AACD1; }
span { border-color: rgb(154,172,209); }
td.TdClassName
{
border-color: #9AACD1;
}
.TagClassName
{
border-color: #9AACD1;
}
</style>