Shades of Echo Blue #9AADDC
Tints of Echo Blue #9AADDC
RGB
CMYK
RGB Variations
Color information
#9AADDC (or 0x9AADDC) is known color: Echo Blue. HEX triplet: 9A, AD and DC. RGB value is (154,173,220). Sum of RGB (Red+Green+Blue) = 154+173+220=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AADDC is #655223. Grayscale: #ACACAC. Windows color (decimal): -6640164 or 14462362. OLE color: 14462362.
HSL color Cylindrical-coordinate representation of color #9AADDC: hue angle of 222.73º 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 #9AADDC is Cyan = 0.3, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 173 | 220 | - |
| CMYK | 0.3 | 0.21 | 0 | 0.14 |
| HSL | 222.73º | 0.49% | 0.73% | - |
| HSV(B) | 222.73º | 0.3% | 0.86% | - |
| XYZ | 41.19 | 41.92 | 73.63 | - |
| YUV | 172.68 | 154.71 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 173 | 220 | 0.3 | 0.21 | 0 | 0.14 | 222.73 | 0.49 | 0.73 |
| Hex | 9A | AD | DC | 1E | 15 | 0 | E | DF | 31 | 49 |
| Octal | 232 | 255 | 334 | 36 | 25 | 0 | 16 | 337 | 61 | 111 |
| Binary | 10011010 | 10101101 | 11011100 | 11110 | 10101 | 0 | 1110 | 11011111 | 110001 | 1001001 |
Color Harmonies of #9AADDC
Complementary color
Monochromatic Colors of #9AADDC
Black with #9AADDC
Text Example
Text Example
White with #9AADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AADDC; }
p { color: rgb(154,173,220); }
H1.HeaderClassName
{
color: #9AADDC;
}
.AnyTagClassName
{
color: #9AADDC;
}
</style>
background-color css
<style>
a { background-color: #9AADDC; }
a { background-color: rgb(154,173,220); }
div.DivClassName
{
background-color: #9AADDC;
}
.BgClassName
{
background-color: #9AADDC;
}
</style>
border-color css
<style>
span { border-color: #9AADDC; }
span { border-color: rgb(154,173,220); }
td.TdClassName
{
border-color: #9AADDC;
}
.TagClassName
{
border-color: #9AADDC;
}
</style>