Shades of Echo Blue #9AADDD
Tints of Echo Blue #9AADDD
RGB
CMYK
RGB Variations
Color information
#9AADDD (or 0x9AADDD) is known color: Echo Blue. HEX triplet: 9A, AD and DD. RGB value is (154,173,221). Sum of RGB (Red+Green+Blue) = 154+173+221=548 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.10% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #9AADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AADDD is #655222. Grayscale: #ACACAC. Windows color (decimal): -6640163 or 14527898. OLE color: 14527898.
HSL color Cylindrical-coordinate representation of color #9AADDD: hue angle of 222.99º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AADDD is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 173 | 221 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.13 |
| HSL | 222.99º | 0.5% | 0.74% | - |
| HSV(B) | 222.99º | 0.3% | 0.87% | - |
| XYZ | 41.32 | 41.98 | 74.33 | - |
| YUV | 172.79 | 155.21 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 173 | 221 | 0.30 | 0.22 | 0 | 0.13 | 222.99 | 0.5 | 0.74 |
| Hex | 9A | AD | DD | 1E | 16 | 0 | D | DF | 32 | 4A |
| Octal | 232 | 255 | 335 | 36 | 26 | 0 | 15 | 337 | 62 | 112 |
| Binary | 10011010 | 10101101 | 11011101 | 11110 | 10110 | 0 | 1101 | 11011111 | 110010 | 1001010 |
Color Harmonies of #9AADDD
Complementary color
Monochromatic Colors of #9AADDD
Black with #9AADDD
Text Example
Text Example
White with #9AADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AADDD; }
p { color: rgb(154,173,221); }
H1.HeaderClassName
{
color: #9AADDD;
}
.AnyTagClassName
{
color: #9AADDD;
}
</style>
background-color css
<style>
a { background-color: #9AADDD; }
a { background-color: rgb(154,173,221); }
div.DivClassName
{
background-color: #9AADDD;
}
.BgClassName
{
background-color: #9AADDD;
}
</style>
border-color css
<style>
span { border-color: #9AADDD; }
span { border-color: rgb(154,173,221); }
td.TdClassName
{
border-color: #9AADDD;
}
.TagClassName
{
border-color: #9AADDD;
}
</style>