Shades of Echo Blue #9AB5DC
Tints of Echo Blue #9AB5DC
RGB
CMYK
RGB Variations
Color information
#9AB5DC (or 0x9AB5DC) is known color: Echo Blue. HEX triplet: 9A, B5 and DC. RGB value is (154,181,220). Sum of RGB (Red+Green+Blue) = 154+181+220=555 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.75% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AB5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB5DC is #654A23. Grayscale: #B1B1B1. Windows color (decimal): -6638116 or 14464410. OLE color: 14464410.
HSL color Cylindrical-coordinate representation of color #9AB5DC: hue angle of 215.45º 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 #9AB5DC is Cyan = 0.3, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 181 | 220 | - |
| CMYK | 0.3 | 0.18 | 0 | 0.14 |
| HSL | 215.45º | 0.49% | 0.73% | - |
| HSV(B) | 215.45º | 0.3% | 0.86% | - |
| XYZ | 42.77 | 45.09 | 74.16 | - |
| YUV | 177.37 | 152.05 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 181 | 220 | 0.3 | 0.18 | 0 | 0.14 | 215.45 | 0.49 | 0.73 |
| Hex | 9A | B5 | DC | 1E | 12 | 0 | E | D7 | 31 | 49 |
| Octal | 232 | 265 | 334 | 36 | 22 | 0 | 16 | 327 | 61 | 111 |
| Binary | 10011010 | 10110101 | 11011100 | 11110 | 10010 | 0 | 1110 | 11010111 | 110001 | 1001001 |
Color Harmonies of #9AB5DC
Complementary color
Monochromatic Colors of #9AB5DC
Black with #9AB5DC
Text Example
Text Example
White with #9AB5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB5DC; }
p { color: rgb(154,181,220); }
H1.HeaderClassName
{
color: #9AB5DC;
}
.AnyTagClassName
{
color: #9AB5DC;
}
</style>
background-color css
<style>
a { background-color: #9AB5DC; }
a { background-color: rgb(154,181,220); }
div.DivClassName
{
background-color: #9AB5DC;
}
.BgClassName
{
background-color: #9AB5DC;
}
</style>
border-color css
<style>
span { border-color: #9AB5DC; }
span { border-color: rgb(154,181,220); }
td.TdClassName
{
border-color: #9AB5DC;
}
.TagClassName
{
border-color: #9AB5DC;
}
</style>