Shades of Echo Blue #9AAFD9
Tints of Echo Blue #9AAFD9
RGB
CMYK
RGB Variations
Color information
#9AAFD9 (or 0x9AAFD9) is known color: Echo Blue. HEX triplet: 9A, AF and D9. RGB value is (154,175,217). Sum of RGB (Red+Green+Blue) = 154+175+217=546 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.21% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 217 - color contains mainly: blue. Hex color #9AAFD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAFD9 is #655026. Grayscale: #ADADAD. Windows color (decimal): -6639655 or 14266266. OLE color: 14266266.
HSL color Cylindrical-coordinate representation of color #9AAFD9: hue angle of 220º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AAFD9 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 175 | 217 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.15 |
| HSL | 220º | 0.45% | 0.73% | - |
| HSV(B) | 220º | 0.29% | 0.85% | - |
| XYZ | 41.18 | 42.54 | 71.69 | - |
| YUV | 173.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 217 | 0.29 | 0.19 | 0 | 0.15 | 220 | 0.45 | 0.73 |
| Hex | 9A | AF | D9 | 1D | 13 | 0 | F | DC | 2D | 49 |
| Octal | 232 | 257 | 331 | 35 | 23 | 0 | 17 | 334 | 55 | 111 |
| Binary | 10011010 | 10101111 | 11011001 | 11101 | 10011 | 0 | 1111 | 11011100 | 101101 | 1001001 |
Color Harmonies of #9AAFD9
Complementary color
Monochromatic Colors of #9AAFD9
Black with #9AAFD9
Text Example
Text Example
White with #9AAFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAFD9; }
p { color: rgb(154,175,217); }
H1.HeaderClassName
{
color: #9AAFD9;
}
.AnyTagClassName
{
color: #9AAFD9;
}
</style>
background-color css
<style>
a { background-color: #9AAFD9; }
a { background-color: rgb(154,175,217); }
div.DivClassName
{
background-color: #9AAFD9;
}
.BgClassName
{
background-color: #9AAFD9;
}
</style>
border-color css
<style>
span { border-color: #9AAFD9; }
span { border-color: rgb(154,175,217); }
td.TdClassName
{
border-color: #9AAFD9;
}
.TagClassName
{
border-color: #9AAFD9;
}
</style>