Shades of Echo Blue #9AABDD
Tints of Echo Blue #9AABDD
RGB
CMYK
RGB Variations
Color information
#9AABDD (or 0x9AABDD) is known color: Echo Blue. HEX triplet: 9A, AB and DD. RGB value is (154,171,221). Sum of RGB (Red+Green+Blue) = 154+171+221=546 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.21% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #9AABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AABDD is #655422. Grayscale: #ABABAB. Windows color (decimal): -6640675 or 14527386. OLE color: 14527386.
HSL color Cylindrical-coordinate representation of color #9AABDD: hue angle of 224.78º 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 #9AABDD is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 171 | 221 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.13 |
| HSL | 224.78º | 0.5% | 0.74% | - |
| HSV(B) | 224.78º | 0.3% | 0.87% | - |
| XYZ | 40.94 | 41.22 | 74.2 | - |
| YUV | 171.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 171 | 221 | 0.30 | 0.23 | 0 | 0.13 | 224.78 | 0.5 | 0.74 |
| Hex | 9A | AB | DD | 1E | 17 | 0 | D | E1 | 32 | 4A |
| Octal | 232 | 253 | 335 | 36 | 27 | 0 | 15 | 341 | 62 | 112 |
| Binary | 10011010 | 10101011 | 11011101 | 11110 | 10111 | 0 | 1101 | 11100001 | 110010 | 1001010 |
Color Harmonies of #9AABDD
Complementary color
Monochromatic Colors of #9AABDD
Black with #9AABDD
Text Example
Text Example
White with #9AABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AABDD; }
p { color: rgb(154,171,221); }
H1.HeaderClassName
{
color: #9AABDD;
}
.AnyTagClassName
{
color: #9AABDD;
}
</style>
background-color css
<style>
a { background-color: #9AABDD; }
a { background-color: rgb(154,171,221); }
div.DivClassName
{
background-color: #9AABDD;
}
.BgClassName
{
background-color: #9AABDD;
}
</style>
border-color css
<style>
span { border-color: #9AABDD; }
span { border-color: rgb(154,171,221); }
td.TdClassName
{
border-color: #9AABDD;
}
.TagClassName
{
border-color: #9AABDD;
}
</style>