Shades of Echo Blue #9FA8CF
Tints of Echo Blue #9FA8CF
RGB
CMYK
RGB Variations
Color information
#9FA8CF (or 0x9FA8CF) is known color: Echo Blue. HEX triplet: 9F, A8 and CF. RGB value is (159,168,207). Sum of RGB (Red+Green+Blue) = 159+168+207=534 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.78% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #9FA8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA8CF is #605730. Grayscale: #A9A9A9. Windows color (decimal): -6313777 or 13609119. OLE color: 13609119.
HSL color Cylindrical-coordinate representation of color #9FA8CF: hue angle of 228.75º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FA8CF is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 168 | 207 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.19 |
| HSL | 228.75º | 0.33% | 0.72% | - |
| HSV(B) | 228.75º | 0.23% | 0.81% | - |
| XYZ | 39.56 | 39.88 | 64.64 | - |
| YUV | 169.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 207 | 0.23 | 0.19 | 0 | 0.19 | 228.75 | 0.33 | 0.72 |
| Hex | 9F | A8 | CF | 17 | 13 | 0 | 13 | E5 | 21 | 48 |
| Octal | 237 | 250 | 317 | 27 | 23 | 0 | 23 | 345 | 41 | 110 |
| Binary | 10011111 | 10101000 | 11001111 | 10111 | 10011 | 0 | 10011 | 11100101 | 100001 | 1001000 |
Color Harmonies of #9FA8CF
Complementary color
Monochromatic Colors of #9FA8CF
Black with #9FA8CF
Text Example
Text Example
White with #9FA8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA8CF; }
p { color: rgb(159,168,207); }
H1.HeaderClassName
{
color: #9FA8CF;
}
.AnyTagClassName
{
color: #9FA8CF;
}
</style>
background-color css
<style>
a { background-color: #9FA8CF; }
a { background-color: rgb(159,168,207); }
div.DivClassName
{
background-color: #9FA8CF;
}
.BgClassName
{
background-color: #9FA8CF;
}
</style>
border-color css
<style>
span { border-color: #9FA8CF; }
span { border-color: rgb(159,168,207); }
td.TdClassName
{
border-color: #9FA8CF;
}
.TagClassName
{
border-color: #9FA8CF;
}
</style>