Shades of Echo Blue #9FACCF
Tints of Echo Blue #9FACCF
RGB
CMYK
RGB Variations
Color information
#9FACCF (or 0x9FACCF) is known color: Echo Blue. HEX triplet: 9F, AC and CF. RGB value is (159,172,207). Sum of RGB (Red+Green+Blue) = 159+172+207=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #9FACCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACCF is #605330. Grayscale: #ABABAB. Windows color (decimal): -6312753 or 13610143. OLE color: 13610143.
HSL color Cylindrical-coordinate representation of color #9FACCF: hue angle of 223.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 #9FACCF is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 172 | 207 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.19 |
| HSL | 223.75º | 0.33% | 0.72% | - |
| HSV(B) | 223.75º | 0.23% | 0.81% | - |
| XYZ | 40.31 | 41.38 | 64.89 | - |
| YUV | 172.1 | 147.69 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 207 | 0.23 | 0.17 | 0 | 0.19 | 223.75 | 0.33 | 0.72 |
| Hex | 9F | AC | CF | 17 | 11 | 0 | 13 | E0 | 21 | 48 |
| Octal | 237 | 254 | 317 | 27 | 21 | 0 | 23 | 340 | 41 | 110 |
| Binary | 10011111 | 10101100 | 11001111 | 10111 | 10001 | 0 | 10011 | 11100000 | 100001 | 1001000 |
Color Harmonies of #9FACCF
Complementary color
Monochromatic Colors of #9FACCF
Black with #9FACCF
Text Example
Text Example
White with #9FACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FACCF; }
p { color: rgb(159,172,207); }
H1.HeaderClassName
{
color: #9FACCF;
}
.AnyTagClassName
{
color: #9FACCF;
}
</style>
background-color css
<style>
a { background-color: #9FACCF; }
a { background-color: rgb(159,172,207); }
div.DivClassName
{
background-color: #9FACCF;
}
.BgClassName
{
background-color: #9FACCF;
}
</style>
border-color css
<style>
span { border-color: #9FACCF; }
span { border-color: rgb(159,172,207); }
td.TdClassName
{
border-color: #9FACCF;
}
.TagClassName
{
border-color: #9FACCF;
}
</style>