Shades of Echo Blue #9AABDC
Tints of Echo Blue #9AABDC
RGB
CMYK
RGB Variations
Color information
#9AABDC (or 0x9AABDC) is known color: Echo Blue. HEX triplet: 9A, AB and DC. RGB value is (154,171,220). Sum of RGB (Red+Green+Blue) = 154+171+220=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AABDC is #655423. Grayscale: #ABABAB. Windows color (decimal): -6640676 or 14461850. OLE color: 14461850.
HSL color Cylindrical-coordinate representation of color #9AABDC: hue angle of 224.55º 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 #9AABDC is Cyan = 0.3, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 171 | 220 | - |
| CMYK | 0.3 | 0.22 | 0 | 0.14 |
| HSL | 224.55º | 0.49% | 0.73% | - |
| HSV(B) | 224.55º | 0.3% | 0.86% | - |
| XYZ | 40.81 | 41.16 | 73.5 | - |
| YUV | 171.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 171 | 220 | 0.3 | 0.22 | 0 | 0.14 | 224.55 | 0.49 | 0.73 |
| Hex | 9A | AB | DC | 1E | 16 | 0 | E | E1 | 31 | 49 |
| Octal | 232 | 253 | 334 | 36 | 26 | 0 | 16 | 341 | 61 | 111 |
| Binary | 10011010 | 10101011 | 11011100 | 11110 | 10110 | 0 | 1110 | 11100001 | 110001 | 1001001 |
Color Harmonies of #9AABDC
Complementary color
Monochromatic Colors of #9AABDC
Black with #9AABDC
Text Example
Text Example
White with #9AABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AABDC; }
p { color: rgb(154,171,220); }
H1.HeaderClassName
{
color: #9AABDC;
}
.AnyTagClassName
{
color: #9AABDC;
}
</style>
background-color css
<style>
a { background-color: #9AABDC; }
a { background-color: rgb(154,171,220); }
div.DivClassName
{
background-color: #9AABDC;
}
.BgClassName
{
background-color: #9AABDC;
}
</style>
border-color css
<style>
span { border-color: #9AABDC; }
span { border-color: rgb(154,171,220); }
td.TdClassName
{
border-color: #9AABDC;
}
.TagClassName
{
border-color: #9AABDC;
}
</style>