Shades of Echo Blue #9AABD0
Tints of Echo Blue #9AABD0
RGB
CMYK
RGB Variations
Color information
#9AABD0 (or 0x9AABD0) is known color: Echo Blue. HEX triplet: 9A, AB and D0. RGB value is (154,171,208). Sum of RGB (Red+Green+Blue) = 154+171+208=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 208 - color contains mainly: blue. Hex color #9AABD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AABD0 is #65542F. Grayscale: #A9A9A9. Windows color (decimal): -6640688 or 13675418. OLE color: 13675418.
HSL color Cylindrical-coordinate representation of color #9AABD0: hue angle of 221.11º degrees, saturation: 0.36, 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 #9AABD0 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 171 | 208 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.18 |
| HSL | 221.11º | 0.36% | 0.71% | - |
| HSV(B) | 221.11º | 0.26% | 0.82% | - |
| XYZ | 39.27 | 40.55 | 65.43 | - |
| YUV | 170.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 171 | 208 | 0.26 | 0.18 | 0 | 0.18 | 221.11 | 0.36 | 0.71 |
| Hex | 9A | AB | D0 | 1A | 12 | 0 | 12 | DD | 24 | 47 |
| Octal | 232 | 253 | 320 | 32 | 22 | 0 | 22 | 335 | 44 | 107 |
| Binary | 10011010 | 10101011 | 11010000 | 11010 | 10010 | 0 | 10010 | 11011101 | 100100 | 1000111 |
Color Harmonies of #9AABD0
Complementary color
Monochromatic Colors of #9AABD0
Black with #9AABD0
Text Example
Text Example
White with #9AABD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AABD0; }
p { color: rgb(154,171,208); }
H1.HeaderClassName
{
color: #9AABD0;
}
.AnyTagClassName
{
color: #9AABD0;
}
</style>
background-color css
<style>
a { background-color: #9AABD0; }
a { background-color: rgb(154,171,208); }
div.DivClassName
{
background-color: #9AABD0;
}
.BgClassName
{
background-color: #9AABD0;
}
</style>
border-color css
<style>
span { border-color: #9AABD0; }
span { border-color: rgb(154,171,208); }
td.TdClassName
{
border-color: #9AABD0;
}
.TagClassName
{
border-color: #9AABD0;
}
</style>