Shades of Echo Blue #9AA7DB
Tints of Echo Blue #9AA7DB
RGB
CMYK
RGB Variations
Color information
#9AA7DB (or 0x9AA7DB) is known color: Echo Blue. HEX triplet: 9A, A7 and DB. RGB value is (154,167,219). Sum of RGB (Red+Green+Blue) = 154+167+219=540 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.52% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #9AA7DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA7DB is #655824. Grayscale: #A8A8A8. Windows color (decimal): -6641701 or 14395290. OLE color: 14395290.
HSL color Cylindrical-coordinate representation of color #9AA7DB: hue angle of 228º degrees, saturation: 0.47, 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 #9AA7DB is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 167 | 219 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.14 |
| HSL | 228º | 0.47% | 0.73% | - |
| HSV(B) | 228º | 0.3% | 0.86% | - |
| XYZ | 39.93 | 39.62 | 72.56 | - |
| YUV | 169.04 | 156.19 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 167 | 219 | 0.30 | 0.24 | 0 | 0.14 | 228 | 0.47 | 0.73 |
| Hex | 9A | A7 | DB | 1E | 18 | 0 | E | E4 | 2F | 49 |
| Octal | 232 | 247 | 333 | 36 | 30 | 0 | 16 | 344 | 57 | 111 |
| Binary | 10011010 | 10100111 | 11011011 | 11110 | 11000 | 0 | 1110 | 11100100 | 101111 | 1001001 |
Color Harmonies of #9AA7DB
Complementary color
Monochromatic Colors of #9AA7DB
Black with #9AA7DB
Text Example
Text Example
White with #9AA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA7DB; }
p { color: rgb(154,167,219); }
H1.HeaderClassName
{
color: #9AA7DB;
}
.AnyTagClassName
{
color: #9AA7DB;
}
</style>
background-color css
<style>
a { background-color: #9AA7DB; }
a { background-color: rgb(154,167,219); }
div.DivClassName
{
background-color: #9AA7DB;
}
.BgClassName
{
background-color: #9AA7DB;
}
</style>
border-color css
<style>
span { border-color: #9AA7DB; }
span { border-color: rgb(154,167,219); }
td.TdClassName
{
border-color: #9AA7DB;
}
.TagClassName
{
border-color: #9AA7DB;
}
</style>