Shades of Echo Blue #9FA6DC
Tints of Echo Blue #9FA6DC
RGB
CMYK
RGB Variations
Color information
#9FA6DC (or 0x9FA6DC) is known color: Echo Blue. HEX triplet: 9F, A6 and DC. RGB value is (159,166,220). Sum of RGB (Red+Green+Blue) = 159+166+220=545 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.17% from 545); Green value is 166 (65.23% from 255 or 30.46% 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 #9FA6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA6DC is #605923. Grayscale: #A9A9A9. Windows color (decimal): -6314276 or 14460575. OLE color: 14460575.
HSL color Cylindrical-coordinate representation of color #9FA6DC: hue angle of 233.11º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FA6DC is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 166 | 220 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.14 |
| HSL | 233.11º | 0.47% | 0.74% | - |
| HSV(B) | 233.11º | 0.28% | 0.86% | - |
| XYZ | 40.85 | 39.81 | 73.24 | - |
| YUV | 170.06 | 156.18 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 220 | 0.28 | 0.25 | 0 | 0.14 | 233.11 | 0.47 | 0.74 |
| Hex | 9F | A6 | DC | 1C | 19 | 0 | E | E9 | 2F | 4A |
| Octal | 237 | 246 | 334 | 34 | 31 | 0 | 16 | 351 | 57 | 112 |
| Binary | 10011111 | 10100110 | 11011100 | 11100 | 11001 | 0 | 1110 | 11101001 | 101111 | 1001010 |
Color Harmonies of #9FA6DC
Complementary color
Monochromatic Colors of #9FA6DC
Black with #9FA6DC
Text Example
Text Example
White with #9FA6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA6DC; }
p { color: rgb(159,166,220); }
H1.HeaderClassName
{
color: #9FA6DC;
}
.AnyTagClassName
{
color: #9FA6DC;
}
</style>
background-color css
<style>
a { background-color: #9FA6DC; }
a { background-color: rgb(159,166,220); }
div.DivClassName
{
background-color: #9FA6DC;
}
.BgClassName
{
background-color: #9FA6DC;
}
</style>
border-color css
<style>
span { border-color: #9FA6DC; }
span { border-color: rgb(159,166,220); }
td.TdClassName
{
border-color: #9FA6DC;
}
.TagClassName
{
border-color: #9FA6DC;
}
</style>