Shades of Echo Blue #9FA8DE
Tints of Echo Blue #9FA8DE
RGB
CMYK
RGB Variations
Color information
#9FA8DE (or 0x9FA8DE) is known color: Echo Blue. HEX triplet: 9F, A8 and DE. RGB value is (159,168,222). Sum of RGB (Red+Green+Blue) = 159+168+222=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #9FA8DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA8DE is #605721. Grayscale: #ABABAB. Windows color (decimal): -6313762 or 14592159. OLE color: 14592159.
HSL color Cylindrical-coordinate representation of color #9FA8DE: hue angle of 231.43º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FA8DE is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 168 | 222 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.13 |
| HSL | 231.43º | 0.49% | 0.75% | - |
| HSV(B) | 231.43º | 0.28% | 0.87% | - |
| XYZ | 41.49 | 40.65 | 74.77 | - |
| YUV | 171.47 | 156.52 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 222 | 0.28 | 0.24 | 0 | 0.13 | 231.43 | 0.49 | 0.75 |
| Hex | 9F | A8 | DE | 1C | 18 | 0 | D | E7 | 31 | 4B |
| Octal | 237 | 250 | 336 | 34 | 30 | 0 | 15 | 347 | 61 | 113 |
| Binary | 10011111 | 10101000 | 11011110 | 11100 | 11000 | 0 | 1101 | 11100111 | 110001 | 1001011 |
Color Harmonies of #9FA8DE
Complementary color
Monochromatic Colors of #9FA8DE
Black with #9FA8DE
Text Example
Text Example
White with #9FA8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA8DE; }
p { color: rgb(159,168,222); }
H1.HeaderClassName
{
color: #9FA8DE;
}
.AnyTagClassName
{
color: #9FA8DE;
}
</style>
background-color css
<style>
a { background-color: #9FA8DE; }
a { background-color: rgb(159,168,222); }
div.DivClassName
{
background-color: #9FA8DE;
}
.BgClassName
{
background-color: #9FA8DE;
}
</style>
border-color css
<style>
span { border-color: #9FA8DE; }
span { border-color: rgb(159,168,222); }
td.TdClassName
{
border-color: #9FA8DE;
}
.TagClassName
{
border-color: #9FA8DE;
}
</style>